Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.palace-rose {
color: #f9c8d3;
}
.royal-wedding {
color: #fce4e3;
}
.butter-cupcake {
color: #fddb9b;
}
.pallid-orange {
color: #f9ba9f;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--palace-rose:#f9c8d3;
--royal-wedding:#fce4e3;
--butter-cupcake:#fddb9b;
--pallid-orange:#f9ba9f;
}