Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.the-first-daffodil {
color: #ffec8f;
}
.crystal-green {
color: #a2d67a;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--the-first-daffodil:#ffec8f;
--crystal-green:#a2d67a;
--emerald-wave:#4eb7ac;
}