Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.chartreuse-shot {
color: #d3d600;
}
.lime-lizard {
color: #9edb5c;
}
.heart-chakra {
color: #5abf7a;
}
.leprechaun {
color: #2e8e6b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--chartreuse-shot:#d3d600;
--lime-lizard:#9edb5c;
--heart-chakra:#5abf7a;
--leprechaun:#2e8e6b;
}