Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b39f;
}
.banana-drama {
color: #f3d149;
}
.mandarin-orange {
color: #e8693b;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b39f;
--banana-drama:#f3d149;
--mandarin-orange:#e8693b;
--chinese-dragon:#c94f4f;
}