Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f5b8d1;
}
.caribbean-sunrise {
color: #f7daab;
}
.hawaiian-cream {
color: #f9e9b9;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f5b8d1;
--caribbean-sunrise:#f7daab;
--hawaiian-cream:#f9e9b9;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}