Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.fruit-shake {
color: #f59c8e;
}
.milky-maize {
color: #f8d5a0;
}
.flame-seal {
color: #f3e658;
}
.sorreno-lemon {
color: #f1d05b;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--fruit-shake:#f59c8e;
--milky-maize:#f8d5a0;
--flame-seal:#f3e658;
--sorreno-lemon:#f1d05b;
}