Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.wiener-schnitzel {
color: #f09c00;
}
.orange-ochre {
color: #d87c31;
}
.je-t-aime {
color: #b76c99;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--wiener-schnitzel:#f09c00;
--orange-ochre:#d87c31;
--je-t-aime:#b76c99;
}