Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.indian-saffron {
color: #ff9838;
}
.nacho {
color: #ffcb5c;
}
.maximum-green-yellow {
color: #d3e156;
}
.forest-fern {
color: #68bb6c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--indian-saffron:#ff9838;
--nacho:#ffcb5c;
--maximum-green-yellow:#d3e156;
--forest-fern:#68bb6c;
}