in README update with correct brand colors:
https://github.com/devandapaige/pythoness-programmer/tree/astro-resume#color-scheme
Color Scheme
Deep forest green: #2E3D2A
Rich purple: #442B48
Vibrant green accent: #32d24d
Soft cream: #F4f1de
Light purple accent: #D8B9F7
Bright Blue #00A6FB
White: #FFFFFF
/* Brand Colors /
--brand-green-dark: #1A472A; / Deep forest green /
--brand-purple-dark: #2D1B69; / Rich purple /
--brand-green-accent: #157F1F; / Vibrant green /
--brand-cream: #F5F5DC; / Soft cream /
--brand-purple-light: #9747FF; / Light purple accent */
/* UI Colors /
--white: #FFFFFF; / Pure white for contrast */
--white-opacity-10: rgba(255, 255, 255, 0.1);
--white-opacity-20: rgba(255, 255, 255, 0.2);
--white-opacity-90: rgba(255, 255, 255, 0.9);
Common color applications:
Text on dark: text-white, text-white/90, text-brand-cream
Text on light: text-brand-purple-dark, text-brand-green-dark
Accents: text-brand-green-accent, text-brand-purple-light
Backgrounds: Dark gradient combinations of brand-green-dark and brand-purple-dark
Overlays: bg-white/5, bg-white/10 with backdrop-blur-sm
in README update with correct brand colors:
https://github.com/devandapaige/pythoness-programmer/tree/astro-resume#color-scheme
Color Scheme
/* Brand Colors /
--brand-green-dark: #1A472A; / Deep forest green /
--brand-purple-dark: #2D1B69; / Rich purple /
--brand-green-accent: #157F1F; / Vibrant green /
--brand-cream: #F5F5DC; / Soft cream /
--brand-purple-light: #9747FF; / Light purple accent */
/* UI Colors /
--white: #FFFFFF; / Pure white for contrast */
--white-opacity-10: rgba(255, 255, 255, 0.1);
--white-opacity-20: rgba(255, 255, 255, 0.2);
--white-opacity-90: rgba(255, 255, 255, 0.9);
Common color applications: