Highland
See how #6F8E63 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Highland Base */
--color-primary: #6F8E63;
--color-primary-rgb: 111 142 99;
--color-primary-hsl: 103 18% 47%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #f1f5f0;
--color-primary-100: #d6e0d2;
--color-primary-200: #bacbb4;
--color-primary-300: #9fb696;
--color-primary-400: #83a178;
--color-primary-500: #6a875e;
--color-primary-600: #526949;
--color-primary-700: #3b4b34;
--color-primary-800: #232d1f;
--color-primary-900: #0c0f0a;
}