Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.moldy-ochre {
color: #d6a400;
}
.zhohltyi-yellow {
color: #e6c300;
}
.venetian-yellow {
color: #f5e6a3;
}
.24-carrot {
color: #e76e27;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--moldy-ochre:#d6a400;
--zhohltyi-yellow:#e6c300;
--venetian-yellow:#f5e6a3;
--24-carrot:#e76e27;
}