Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.olympic-blue {
color: #4b91e2;
}
.fly-away {
color: #81b4f3;
}
.scalloped-potatoes {
color: #f5d58a;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--olympic-blue:#4b91e2;
--fly-away:#81b4f3;
--scalloped-potatoes:#f5d58a;
--dodgeroll-gold:#f39c12;
}