Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.frozen-salmon {
color: #ffa98f;
}
.grapefruit-pulp {
color: #ff7161;
}
.fluorescent-red {
color: #ff5252;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--frozen-salmon:#ffa98f;
--grapefruit-pulp:#ff7161;
--fluorescent-red:#ff5252;
}