Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3f5b;
}
.mega-blue {
color: #3a6ea6;
}
.azurean {
color: #5bbedc;
}
.dull-yellow {
color: #f1df5b;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3f5b;
--mega-blue:#3a6ea6;
--azurean:#5bbedc;
--dull-yellow:#f1df5b;
--dodgeroll-gold:#f39c12;
}