Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a3c7;
}
.allspice {
color: #f9d1a9;
}
.gumball {
color: #e4b4d5;
}
.filtered-forest {
color: #b8e0d2;
}
.almond-cream {
color: #f3c2a0;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a3c7;
--allspice:#f9d1a9;
--gumball:#e4b4d5;
--filtered-forest:#b8e0d2;
--almond-cream:#f3c2a0;
}