Color names in this palette
CSS code for this palette
/* CSS */
.alesan {
color: #f1c1a7;
}
.lion-of-menecrates {
color: #f2a769;
}
.goku-orange {
color: #f07e38;
}
.chilean-fire {
color: #d25e2d;
}
.drive-in-cherry {
color: #a5322c;
}
/* CSS Variables */
:root {
--alesan:#f1c1a7;
--lion-of-menecrates:#f2a769;
--goku-orange:#f07e38;
--chilean-fire:#d25e2d;
--drive-in-cherry:#a5322c;
}