Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sea-capture {
color: #5cbbe0;
}
.vic-20-green {
color: #8fdc8f;
}
.dream-of-spring {
color: #f6d12c;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sea-capture:#5cbbe0;
--vic-20-green:#8fdc8f;
--dream-of-spring:#f6d12c;
--durotar-fire:#f15a27;
}