Color names in this palette
CSS code for this palette
/* CSS */
.golden-orange {
color: #d4932b;
}
.zucchini-flower {
color: #e6a84c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.open-sesame {
color: #f9e2a9;
}
.copper-river {
color: #f7a26e;
}
/* CSS Variables */
:root {
--golden-orange:#d4932b;
--zucchini-flower:#e6a84c;
--solar-plexus-chakra:#f1c84b;
--open-sesame:#f9e2a9;
--copper-river:#f7a26e;
}