Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f1c2b6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.opulent-orange {
color: #f25e40;
}
.carmine {
color: #d60032;
}
.christmas-pink {
color: #e63d8c;
}
/* CSS Variables */
:root {
--new-clay:#f1c2b6;
--apricot-glazed-chicken:#f5a524;
--opulent-orange:#f25e40;
--carmine:#d60032;
--christmas-pink:#e63d8c;
}