Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #492c2c;
}
.buccaneer {
color: #6d4f4f;
}
.renwick-heather {
color: #8b7979;
}
.flickering-gold {
color: #c6a66c;
}
.gypsum-rose {
color: #e3c4b0;
}
/* CSS Variables */
:root {
--brown-coffee:#492c2c;
--buccaneer:#6d4f4f;
--renwick-heather:#8b7979;
--flickering-gold:#c6a66c;
--gypsum-rose:#e3c4b0;
}