Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-trumpet {
color: #f7e036;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.leopard {
color: #d69a00;
}
.cookie-dough {
color: #a86d00;
}
/* CSS Variables */
:root {
--angel-s-trumpet:#f7e036;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--leopard:#d69a00;
--cookie-dough:#a86d00;
}