Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.saffron-gold {
color: #f08c00;
}
.exuberance {
color: #d65600;
}
.muddy {
color: #9e3d00;
}
.cedar-wood-finish {
color: #6b1b00;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--saffron-gold:#f08c00;
--exuberance:#d65600;
--muddy:#9e3d00;
--cedar-wood-finish:#6b1b00;
}