Green Spring
See how #ABBAAB looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Green Spring Base */
--color-primary: #ABBAAB;
--color-primary-rgb: 171 186 171;
--color-primary-hsl: 120 10% 70%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #f1f4f1;
--color-primary-100: #d5ddd5;
--color-primary-200: #b9c6b9;
--color-primary-300: #9daf9d;
--color-primary-400: #819881;
--color-primary-500: #677e67;
--color-primary-600: #506250;
--color-primary-700: #394639;
--color-primary-800: #222a22;
--color-primary-900: #0b0e0b;
}