Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.snow-white-blush {
color: #f9aeae;
}
.flower-spell {
color: #fec8d8;
}
.joyous {
color: #ffecb3;
}
.yellow-jacket {
color: #ffc83d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--snow-white-blush:#f9aeae;
--flower-spell:#fec8d8;
--joyous:#ffecb3;
--yellow-jacket:#ffc83d;
}