Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunny-mood {
color: #f7c94b;
}
.venetian-yellow {
color: #f6e2a2;
}
.ode-to-green {
color: #b9e4d8;
}
.cyprus-green {
color: #6c9d8a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunny-mood:#f7c94b;
--venetian-yellow:#f6e2a2;
--ode-to-green:#b9e4d8;
--cyprus-green:#6c9d8a;
}