Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.cumquat-cream {
color: #f39e7c;
}
.butter-cream {
color: #f1b341;
}
.ninjin-orange {
color: #e6a66b;
}
.yellow-mandarin {
color: #d57d34;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--cumquat-cream:#f39e7c;
--butter-cream:#f1b341;
--ninjin-orange:#e6a66b;
--yellow-mandarin:#d57d34;
}