Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.green-glacier {
color: #e8f1c1;
}
.big-chill {
color: #7ec8e7;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--green-glacier:#e8f1c1;
--big-chill:#7ec8e7;
--dirty-blue:#407f9c;
}