Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d45e8d;
}
.pink-fit {
color: #f2a6af;
}
.pink-cupcake {
color: #f5d1d7;
}
.still-morning {
color: #fef8e1;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--flirty-rose:#d45e8d;
--pink-fit:#f2a6af;
--pink-cupcake:#f5d1d7;
--still-morning:#fef8e1;
--floral-leaf:#ffb84d;
}