Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.felt-green {
color: #6fbe91;
}
.avid-apricot {
color: #f3c5a0;
}
.lazy-daisy {
color: #f7e9a1;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--felt-green:#6fbe91;
--avid-apricot:#f3c5a0;
--lazy-daisy:#f7e9a1;
--nacho:#ffcb5c;
}