Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a2c8;
}
.pink-marshmallow {
color: #f1b1d4;
}
.sugar-high {
color: #f1c6e7;
}
.banana-ice-cream {
color: #f1d3b1;
}
.butter-cream {
color: #f1b341;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a2c8;
--pink-marshmallow:#f1b1d4;
--sugar-high:#f1c6e7;
--banana-ice-cream:#f1d3b1;
--butter-cream:#f1b341;
}