Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f6d1a7;
}
.lion-of-menecrates {
color: #f2a769;
}
.solar-flare {
color: #e87b45;
}
.sour-cherry {
color: #e14733;
}
.heart-s-desire {
color: #aa3c5b;
}
/* CSS Variables */
:root {
--tequila:#f6d1a7;
--lion-of-menecrates:#f2a769;
--solar-flare:#e87b45;
--sour-cherry:#e14733;
--heart-s-desire:#aa3c5b;
}