Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b5;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--hollandaise:#ffec3d;
}