Color names in this palette
CSS code for this palette
/* CSS */
.dessert-cream {
color: #f5e5d1;
}
.sandalwood-beige {
color: #f3d2af;
}
.butter-cream {
color: #f1b341;
}
.roman-gold {
color: #d69b2e;
}
.bright-delight {
color: #c85a28;
}
/* CSS Variables */
:root {
--dessert-cream:#f5e5d1;
--sandalwood-beige:#f3d2af;
--butter-cream:#f1b341;
--roman-gold:#d69b2e;
--bright-delight:#c85a28;
}