Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.glitter-is-not-gold {
color: #fedd58;
}
.emerald-wave {
color: #4eb7ac;
}
.cote-d-azur {
color: #007c85;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--glitter-is-not-gold:#fedd58;
--emerald-wave:#4eb7ac;
--cote-d-azur:#007c85;
}