Color names in this palette
CSS code for this palette
/* CSS */
.fresco-cream {
color: #f9c9a4;
}
.fresh-on-the-market {
color: #f7a6ba;
}
.spaghetti-strap-pink {
color: #f6a7d2;
}
.petal-plush {
color: #d7a8f5;
}
.wondrous-wisteria {
color: #a6b3f7;
}
/* CSS Variables */
:root {
--fresco-cream:#f9c9a4;
--fresh-on-the-market:#f7a6ba;
--spaghetti-strap-pink:#f6a7d2;
--petal-plush:#d7a8f5;
--wondrous-wisteria:#a6b3f7;
}