Color names in this palette
CSS code for this palette
/* CSS */
.nacho {
color: #ffcb5c;
}
.floral-leaf {
color: #ffb84d;
}
.dwarven-peaches {
color: #ffa07a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hotspot {
color: #ff4938;
}
/* CSS Variables */
:root {
--nacho:#ffcb5c;
--floral-leaf:#ffb84d;
--dwarven-peaches:#ffa07a;
--grapefruit-pulp:#ff6e61;
--hotspot:#ff4938;
}