Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.ashton-blue {
color: #4a7cba;
}
.dun-morogh-blue {
color: #80b3e0;
}
.basket-of-gold {
color: #f1d03b;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--ashton-blue:#4a7cba;
--dun-morogh-blue:#80b3e0;
--basket-of-gold:#f1d03b;
--orange-gluttony:#e77e23;
}