Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.egg-yolk {
color: #ffcc80;
}
.mint-macaron {
color: #b1eaf2;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--egg-yolk:#ffcc80;
--mint-macaron:#b1eaf2;
--emerald-wave:#4eb7ac;
}