Toledo
See how #33001B looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Toledo Base */
--color-primary: #33001B;
--color-primary-rgb: 51 0 27;
--color-primary-hsl: 328 100% 10%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #ffe5f3;
--color-primary-100: #ffb3db;
--color-primary-200: #ff80c3;
--color-primary-300: #ff4dac;
--color-primary-400: #ff1a94;
--color-primary-500: #e6007a;
--color-primary-600: #b3005f;
--color-primary-700: #800044;
--color-primary-800: #4d0029;
--color-primary-900: #1a000e;
}