Color names in this palette
CSS code for this palette
/* CSS */
.apricot-illusion {
color: #e4c4a5;
}
.bruin-spice {
color: #d2b79d;
}
.pergament {
color: #c1a58a;
}
.trinket-gold {
color: #a88b61;
}
.caramel-swirl {
color: #8d6a4e;
}
/* CSS Variables */
:root {
--apricot-illusion:#e4c4a5;
--bruin-spice:#d2b79d;
--pergament:#c1a58a;
--trinket-gold:#a88b61;
--caramel-swirl:#8d6a4e;
}