Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.nacho {
color: #ffcb5c;
}
.maximum-green-yellow {
color: #d3e156;
}
.green-fiasco {
color: #b0eb00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--nacho:#ffcb5c;
--maximum-green-yellow:#d3e156;
--green-fiasco:#b0eb00;
}