Color names in this palette
CSS code for this palette
/* CSS */
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.xanthe-yellow {
color: #ffee57;
}
/* CSS Variables */
:root {
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--xanthe-yellow:#ffee57;
}