Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.sorreno-lemon {
color: #f5ce5c;
}
.sun-orange {
color: #f47b1f;
}
.dayflower {
color: #3c9ed7;
}
.cyclamen-red {
color: #a35c91;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--sorreno-lemon:#f5ce5c;
--sun-orange:#f47b1f;
--dayflower:#3c9ed7;
--cyclamen-red:#a35c91;
}