Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.late-day-sun {
color: #f4e090;
}
.fresh-lettuce {
color: #b2d48c;
}
.blue-chrysocolla {
color: #79b8d2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--late-day-sun:#f4e090;
--fresh-lettuce:#b2d48c;
--blue-chrysocolla:#79b8d2;
}