Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.hot-butter {
color: #e6a100;
}
.harvest-eve-gold {
color: #d68f00;
}
.indocile-tiger {
color: #b86e00;
}
.raw-sienna {
color: #9e5c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--hot-butter:#e6a100;
--harvest-eve-gold:#d68f00;
--indocile-tiger:#b86e00;
--raw-sienna:#9e5c00;
}