Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8c;
}
.energy-yellow {
color: #f6d851;
}
.florida-mango {
color: #f09d70;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8c;
--energy-yellow:#f6d851;
--florida-mango:#f09d70;
--orangeade:#e04f38;
}