Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f5b699;
}
.lion-of-menecrates {
color: #f2a769;
}
.amber-glow {
color: #f19d3b;
}
.solar-flare {
color: #e87e45;
}
.ibis-rose {
color: #c85b8c;
}
/* CSS Variables */
:root {
--mandys-pink:#f5b699;
--lion-of-menecrates:#f2a769;
--amber-glow:#f19d3b;
--solar-flare:#e87e45;
--ibis-rose:#c85b8c;
}