Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.shocking-orange {
color: #ff6d1f;
}
.peanut-butter-chicken {
color: #ffb861;
}
.lime-granita {
color: #d9e1b7;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--shocking-orange:#ff6d1f;
--peanut-butter-chicken:#ffb861;
--lime-granita:#d9e1b7;
--lime-lizard:#a3d55d;
}