Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d75928;
}
.sweet-potato {
color: #d97f3a;
}
.blockchain-gold {
color: #e4ba4e;
}
.be-spontaneous {
color: #a1c86a;
}
.hippie-green {
color: #5e8d5e;
}
/* CSS Variables */
:root {
--obstinate-orange:#d75928;
--sweet-potato:#d97f3a;
--blockchain-gold:#e4ba4e;
--be-spontaneous:#a1c86a;
--hippie-green:#5e8d5e;
}