Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d2;
}
.sugarwinkle {
color: #f7c5e5;
}
.banana-yogurt {
color: #f9e8b4;
}
.floral-leaf {
color: #ffb54d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d2;
--sugarwinkle:#f7c5e5;
--banana-yogurt:#f9e8b4;
--floral-leaf:#ffb54d;
--grapefruit-pulp:#ff6e61;
}