Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.milk-froth {
color: #ffedcc;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--milk-froth:#ffedcc;
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
}