Rose
See how #FF0066 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Rose Base */
--color-primary: #FF0066;
--color-primary-rgb: 255 0 102;
--color-primary-hsl: 336 100% 50%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #ffe5f0;
--color-primary-100: #ffb3d1;
--color-primary-200: #ff80b3;
--color-primary-300: #ff4d94;
--color-primary-400: #ff1a75;
--color-primary-500: #e6005c;
--color-primary-600: #b30047;
--color-primary-700: #800033;
--color-primary-800: #4d001f;
--color-primary-900: #1a000a;
}