Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.minimal-rose {
color: #f5d1e0;
}
.coral-blossom {
color: #f9c09f;
}
.soft-cashmere {
color: #f1b1da;
}
.pop-that-gum {
color: #f575b5;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--minimal-rose:#f5d1e0;
--coral-blossom:#f9c09f;
--soft-cashmere:#f1b1da;
--pop-that-gum:#f575b5;
}