Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a3;
}
.wake-me-up {
color: #f6d55a;
}
.durotar-fire {
color: #f05a28;
}
.rusty-chainmail {
color: #c94a4c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a3;
--wake-me-up:#f6d55a;
--durotar-fire:#f05a28;
--rusty-chainmail:#c94a4c;
}