Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.late-day-sun {
color: #f2e08c;
}
.bilious-green {
color: #a5d86e;
}
.fruit-salad {
color: #4ca44c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--late-day-sun:#f2e08c;
--bilious-green:#a5d86e;
--fruit-salad:#4ca44c;
}