Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.mint-macaron {
color: #afeeee;
}
.lusty-gallant {
color: #ffcdcc;
}
.pink-plastic-fantastic {
color: #ff7ac6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--mint-macaron:#afeeee;
--lusty-gallant:#ffcdcc;
--pink-plastic-fantastic:#ff7ac6;
}