Color names in this palette
CSS code for this palette
/* CSS */
.escalope {
color: #c88965;
}
.sheepskin {
color: #d9b58c;
}
.slender-reed {
color: #e0c19e;
}
.cookies-and-cream {
color: #f0e0b2;
}
.nutter-butter {
color: #f7d5c5;
}
/* CSS Variables */
:root {
--escalope:#c88965;
--sheepskin:#d9b58c;
--slender-reed:#e0c19e;
--cookies-and-cream:#f0e0b2;
--nutter-butter:#f7d5c5;
}