Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a6;
}
.xanthous {
color: #f2b531;
}
.chat-orange {
color: #f79c40;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a6;
--xanthous:#f2b531;
--chat-orange:#f79c40;
--mandarin-red:#e8493b;
}