/* Background animation palette: solar */
:root {
    --anim-c-red: #f59e0b;
    --anim-c-blue: #d97706;
    --anim-c-green: #eab308;
    --anim-c-purple: #ca8a04;
    --anim-c-orange: #fb923c;
    --anim-c-yellow: #fde047;
    --anim-c-gold: #facc15;
    --anim-c-premium: #fbbf24;
    --anim-c-info: #fcd34d;
    --anim-c-success: #84cc16;
    --anim-c-warning: #ea580c;
    --anim-c-admin: #b45309;
    --anim-c-accent: #ffea00;
    --anim-c-soft-1: #fef9c3;
    --anim-c-soft-2: #fef08a;
}
