Color names in this palette
CSS code for this palette
/* CSS */
.high-reflective-white {
color: #f8f6f1;
}
.durian-smell {
color: #e6e1db;
}
.westar {
color: #d4cfc4;
}
.bamboo-shoot {
color: #a6b9a2;
}
.prickly-pear-cactus {
color: #6b8e6d;
}
/* CSS Variables */
:root {
--high-reflective-white:#f8f6f1;
--durian-smell:#e6e1db;
--westar:#d4cfc4;
--bamboo-shoot:#a6b9a2;
--prickly-pear-cactus:#6b8e6d;
}