Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4c8eeb;
}
.serengeti-green {
color: #6dd08a;
}
.banana-drama {
color: #f0d24c;
}
.furry-lion {
color: #f19437;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--olympic-blue:#4c8eeb;
--serengeti-green:#6dd08a;
--banana-drama:#f0d24c;
--furry-lion:#f19437;
--mandarin-red:#e74d3c;
}