Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7c750;
}
.clear-orange {
color: #f08800;
}
.accent-orange {
color: #e06c00;
}
.exuberance {
color: #d66000;
}
.burnt-sienna {
color: #a83b00;
}
/* CSS Variables */
:root {
--go-bananas:#f7c750;
--clear-orange:#f08800;
--accent-orange:#e06c00;
--exuberance:#d66000;
--burnt-sienna:#a83b00;
}