Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.twinkling-lights {
color: #fff9c2;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--twinkling-lights:#fff9c2;
--emerald-wave:#4eb7ac;
}