Color names in this palette
CSS code for this palette
/* CSS */
.chowder-bowl {
color: #e5d3b3;
}
.jaguar-rose {
color: #f2b1b4;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
.peppermint-swirl {
color: #d85f7f;
}
.thimble-red {
color: #a35c8d;
}
/* CSS Variables */
:root {
--chowder-bowl:#e5d3b3;
--jaguar-rose:#f2b1b4;
--vinaceous-cinnamon:#f28c8c;
--peppermint-swirl:#d85f7f;
--thimble-red:#a35c8d;
}