Color names in this palette
CSS code for this palette
/* CSS */
.oriole-yellow {
color: #f5d47a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.honey-glow {
color: #eab543;
}
.golden-grass {
color: #d9a930;
}
.duck-sauce {
color: #c89a1e;
}
/* CSS Variables */
:root {
--oriole-yellow:#f5d47a;
--solar-plexus-chakra:#f1c84b;
--honey-glow:#eab543;
--golden-grass:#d9a930;
--duck-sauce:#c89a1e;
}