Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8c;
}
.sunny-mood {
color: #f7c94b;
}
.breeze-of-chilli {
color: #f76e6e;
}
.hindu-lotus {
color: #e84a87;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8c;
--sunny-mood:#f7c94b;
--breeze-of-chilli:#f76e6e;
--hindu-lotus:#e84a87;
}