Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.groovy-lemon-pie {
color: #d6b600;
}
.e-honda-beige {
color: #f9d780;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sun-dried {
color: #eabd5d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--groovy-lemon-pie:#d6b600;
--e-honda-beige:#f9d780;
--solar-plexus-chakra:#f1c84b;
--sun-dried:#eabd5d;
}