Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e3a6b2;
}
.sweet-angel {
color: #f2c7ba;
}
.havana-cream {
color: #f9e7c3;
}
.uptown-taupe {
color: #f0e3d6;
}
.pink-marshmallow {
color: #f0b7d3;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e3a6b2;
--sweet-angel:#f2c7ba;
--havana-cream:#f9e7c3;
--uptown-taupe:#f0e3d6;
--pink-marshmallow:#f0b7d3;
}