Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.kacey-s-pink {
color: #e94e77;
}
.fire-island {
color: #d74f37;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a3;
--solar-plexus-chakra:#f1c84b;
--kacey-s-pink:#e94e77;
--fire-island:#d74f37;
}