Swiss Coffee
See how #DDD6D5 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Swiss Coffee Base */
--color-primary: #DDD6D5;
--color-primary-rgb: 221 214 213;
--color-primary-hsl: 7 11% 85%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #f4f1f1;
--color-primary-100: #ddd6d5;
--color-primary-200: #c6bab8;
--color-primary-300: #b09e9c;
--color-primary-400: #998380;
--color-primary-500: #7f6966;
--color-primary-600: #63524f;
--color-primary-700: #473a39;
--color-primary-800: #2a2322;
--color-primary-900: #0e0c0b;
}