Color names in this palette
CSS code for this palette
/* CSS */
.desert-dessert {
color: #ffb86b;
}
.guava {
color: #ff9b29;
}
.shocking-orange {
color: #ff6d1f;
}
.obstinate-orange {
color: #d8542c;
}
.autumn-robin {
color: #c04a30;
}
/* CSS Variables */
:root {
--desert-dessert:#ffb86b;
--guava:#ff9b29;
--shocking-orange:#ff6d1f;
--obstinate-orange:#d8542c;
--autumn-robin:#c04a30;
}