Color names in this palette
CSS code for this palette
/* CSS */
.nacho {
color: #ffc95c;
}
.floral-leaf {
color: #ffb84d;
}
.hawaiian-passion {
color: #ffa13d;
}
.instant-orange {
color: #ff8f2e;
}
.orange-you-happy {
color: #ff7c1f;
}
/* CSS Variables */
:root {
--nacho:#ffc95c;
--floral-leaf:#ffb84d;
--hawaiian-passion:#ffa13d;
--instant-orange:#ff8f2e;
--orange-you-happy:#ff7c1f;
}