Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.lime-lizard {
color: #a3d55d;
}
.sea-life {
color: #5ac4c4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--lime-lizard:#a3d55d;
--sea-life:#5ac4c4;
}