Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.plastic-carrot {
color: #f45b1f;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.royal-palm {
color: #3d8a8a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--solar-plexus-chakra:#f1c84b;
--plastic-carrot:#f45b1f;
--mint-cocktail-green:#b2e0b2;
--royal-palm:#3d8a8a;
}