Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.blazing-bonfire {
color: #ff9c38;
}
.nacho {
color: #ffcb5c;
}
.maximum-green-yellow {
color: #d3e156;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--blazing-bonfire:#ff9c38;
--nacho:#ffcb5c;
--maximum-green-yellow:#d3e156;
--emerald-wave:#4eb7ac;
}