Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.dublin {
color: #6dbf69;
}
.emerald-wave {
color: #4eb7ac;
}
.skinny-jeans {
color: #4d8bff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--dublin:#6dbf69;
--emerald-wave:#4eb7ac;
--skinny-jeans:#4d8bff;
}