Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.phellodendron-amurense {
color: #f5c13d;
}
.kiss-of-lime {
color: #e7e5ab;
}
.lolly-ice {
color: #a5d9d2;
}
.aquatic-green {
color: #4c9a9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--phellodendron-amurense:#f5c13d;
--kiss-of-lime:#e7e5ab;
--lolly-ice:#a5d9d2;
--aquatic-green:#4c9a9a;
}