Color names in this palette
CSS code for this palette
/* CSS */
.ending-navy-blue {
color: #1c2d5e;
}
.riverside {
color: #4f7096;
}
.island-light {
color: #a7c6e7;
}
.american-yellow {
color: #f5b400;
}
.durotar-fire {
color: #ef5b25;
}
/* CSS Variables */
:root {
--ending-navy-blue:#1c2d5e;
--riverside:#4f7096;
--island-light:#a7c6e7;
--american-yellow:#f5b400;
--durotar-fire:#ef5b25;
}