Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.saint-seiya-gold {
color: #e4f000;
}
.livid-lime {
color: #b0e600;
}
.delicious-dill {
color: #7ec700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--saint-seiya-gold:#e4f000;
--livid-lime:#b0e600;
--delicious-dill:#7ec700;
}