Color names in this palette
CSS code for this palette
/* CSS */
.cacao-nibs {
color: #81432c;
}
.falling-leaves {
color: #a55b3b;
}
.ceremonial-gold {
color: #d69d5c;
}
.double-cream {
color: #f1d7a2;
}
.white-strawberry {
color: #fce3b6;
}
/* CSS Variables */
:root {
--cacao-nibs:#81432c;
--falling-leaves:#a55b3b;
--ceremonial-gold:#d69d5c;
--double-cream:#f1d7a2;
--white-strawberry:#fce3b6;
}