Color names in this palette
CSS code for this palette
/* CSS */
.xavier-blue {
color: #6cb2e5;
}
.capture {
color: #2bb1a8;
}
.blue-chill {
color: #3d8f8f;
}
.river-of-gold {
color: #e6b65b;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--xavier-blue:#6cb2e5;
--capture:#2bb1a8;
--blue-chill:#3d8f8f;
--river-of-gold:#e6b65b;
--durotar-fire:#f15a27;
}