:root {
    --logo-color: rgb(255, 174, 0);
    --gradient-inner: var(--yellow-darker);
    --gradient-outer: #000000;
    --planet-base: #000;
    --planet-glow-blue: var(--blue);
    --planet-glow-light: rgba(0, 51, 255, 0.4);
    --planet-glow-dark: rgba(255, 170, 33, 0.834);
    --planet-surface: var(--accent-color);
    --planet-inset-glow: rgb(255, 137, 26);
    --planet-atmosphere: rgba(110, 0, 0, 0.674);
    
    /* Atmosphere colors */
    --atmosphere-cyan: rgba(255, 162, 0, 0.82);
    --atmosphere-purple: rgba(255, 171, 25, 0.627);
    --atmosphere-pink: rgba(255, 170, 0, 0.822);
    --atmosphere-orange: rgba(22, 0, 164, 0.544);
    --atmosphere-green: rgba(255, 0, 85, 0.597);
}