Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.quiche-lorraine {
color: #ffd770;
}
.crystal-green {
color: #a6d87d;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--quiche-lorraine:#ffd770;
--crystal-green:#a6d87d;
--emerald-wave:#4eb7ac;
}