Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f8ca49;
}
.saffron-gold {
color: #f09000;
}
.exuberance {
color: #d65d00;
}
.dropped-brick {
color: #b33b00;
}
.conker-brown {
color: #5c2900;
}
/* CSS Variables */
:root {
--sunny-mood:#f8ca49;
--saffron-gold:#f09000;
--exuberance:#d65d00;
--dropped-brick:#b33b00;
--conker-brown:#5c2900;
}