Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cornflower-lilac {
color: #ffadad;
}
.spirited-yellow {
color: #ffdc85;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cornflower-lilac:#ffadad;
--spirited-yellow:#ffdc85;
--lolly:#ff9c8f;
}