Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8c9b4;
}
.stone-fruit {
color: #f2a48c;
}
.akak-red {
color: #f27c5f;
}
.ginger-flower {
color: #d1534d;
}
.dorset-naga {
color: #9d2a30;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8c9b4;
--stone-fruit:#f2a48c;
--akak-red:#f27c5f;
--ginger-flower:#d1534d;
--dorset-naga:#9d2a30;
}