Color names in this palette
CSS code for this palette
/* CSS */
.old-asparagus {
color: #8f8a00;
}
.bile {
color: #b2c200;
}
.spleen-green {
color: #d2e600;
}
.delayed-yellow {
color: #fafa00;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--old-asparagus:#8f8a00;
--bile:#b2c200;
--spleen-green:#d2e600;
--delayed-yellow:#fafa00;
--welcoming-wasp:#f0a800;
}