Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.regale-blue {
color: #80b3d6;
}
.clinical-soft-blue {
color: #afced4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.rosy-cheeks {
color: #d84f6d;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--regale-blue:#80b3d6;
--clinical-soft-blue:#afced4;
--solar-plexus-chakra:#f1c84b;
--rosy-cheeks:#d84f6d;
}