Color names in this palette
CSS code for this palette
/* CSS */
.cheerly-kiwi {
color: #bed309;
}
.immaculate-iguana {
color: #a9c700;
}
.environmental-study {
color: #8ab800;
}
.appetizing-asparagus {
color: #6ba800;
}
.prairie-green {
color: #4c9e00;
}
/* CSS Variables */
:root {
--cheerly-kiwi:#bed309;
--immaculate-iguana:#a9c700;
--environmental-study:#8ab800;
--appetizing-asparagus:#6ba800;
--prairie-green:#4c9e00;
}