Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.nacho {
color: #ffcb5c;
}
.maximum-green-yellow {
color: #d3e156;
}
.jeune-citron {
color: #a9d40c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--nacho:#ffcb5c;
--maximum-green-yellow:#d3e156;
--jeune-citron:#a9d40c;
}