Tidal
See how #F8FFAE looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Tidal Base */
--color-primary: #F8FFAE;
--color-primary-rgb: 248 255 174;
--color-primary-hsl: 65 100% 84%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #fdffe5;
--color-primary-100: #f9ffb3;
--color-primary-200: #f4ff80;
--color-primary-300: #f0ff4d;
--color-primary-400: #ecff1a;
--color-primary-500: #d2e600;
--color-primary-600: #a4b300;
--color-primary-700: #758000;
--color-primary-800: #464d00;
--color-primary-900: #171a00;
}