Color names in this palette
CSS code for this palette
/* CSS */
.dessert-cream {
color: #f5e5d1;
}
.ginger-shortbread {
color: #e4cfc4;
}
.castilian-pink {
color: #d6b3a8;
}
.chestnut-bisque {
color: #c39b88;
}
.mangy-moose {
color: #b58a69;
}
/* CSS Variables */
:root {
--dessert-cream:#f5e5d1;
--ginger-shortbread:#e4cfc4;
--castilian-pink:#d6b3a8;
--chestnut-bisque:#c39b88;
--mangy-moose:#b58a69;
}