Color names in this palette
CSS code for this palette
/* CSS */
.pink-cupcake {
color: #f5d1d7;
}
.melanie {
color: #e1b7c4;
}
.love-at-first-sight {
color: #e6a2b2;
}
.rambling-rose {
color: #d7899a;
}
.old-geranium {
color: #c76b87;
}
/* CSS Variables */
:root {
--pink-cupcake:#f5d1d7;
--melanie:#e1b7c4;
--love-at-first-sight:#e6a2b2;
--rambling-rose:#d7899a;
--old-geranium:#c76b87;
}