Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lively-coral {
color: #e67979;
}
.orange-ochre {
color: #d97c30;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8c;
--solar-plexus-chakra:#f1c84b;
--lively-coral:#e67979;
--orange-ochre:#d97c30;
}