Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e5a2;
}
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.orange-pepper {
color: #d67d00;
}
.tenn {
color: #c75a00;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e5a2;
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--orange-pepper:#d67d00;
--tenn:#c75a00;
}