Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-cream {
color: #f7e4ab;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.leopard {
color: #d69a00;
}
.cassandra-s-curse {
color: #b87d00;
}
/* CSS Variables */
:root {
--vanilla-cream:#f7e4ab;
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--leopard:#d69a00;
--cassandra-s-curse:#b87d00;
}