Pearl Bush
See how #E8E0D5 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Pearl Bush Base */
--color-primary: #E8E0D5;
--color-primary-rgb: 232 224 213;
--color-primary-hsl: 35 29% 87%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #f6f3ef;
--color-primary-100: #e4dbce;
--color-primary-200: #d2c2ad;
--color-primary-300: #c0aa8c;
--color-primary-400: #ae926b;
--color-primary-500: #947851;
--color-primary-600: #735e3f;
--color-primary-700: #52432d;
--color-primary-800: #31281b;
--color-primary-900: #100d09;
}