Spring Sun
See how #F6FFDC looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Spring Sun Base */
--color-primary: #F6FFDC;
--color-primary-rgb: 246 255 220;
--color-primary-hsl: 75 100% 93%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #f9ffe5;
--color-primary-100: #ecffb3;
--color-primary-200: #dfff80;
--color-primary-300: #d2ff4d;
--color-primary-400: #c6ff1a;
--color-primary-500: #ace600;
--color-primary-600: #86b300;
--color-primary-700: #608000;
--color-primary-800: #394d00;
--color-primary-900: #131a00;
}