Color names in this palette
CSS code for this palette
/* CSS */
.crystal-gem {
color: #6fd3a7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.frozen-salmon {
color: #ffa98f;
}
.emerald-wave {
color: #4eb7ac;
}
.sweet-chamomile {
color: #fce388;
}
/* CSS Variables */
:root {
--crystal-gem:#6fd3a7;
--grapefruit-pulp:#ff6e61;
--frozen-salmon:#ffa98f;
--emerald-wave:#4eb7ac;
--sweet-chamomile:#fce388;
}