Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.wide-sky {
color: #406fb5;
}
.goluboy-blue {
color: #89b8e1;
}
.yellow-wax-pepper {
color: #f0e5b7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--wide-sky:#406fb5;
--goluboy-blue:#89b8e1;
--yellow-wax-pepper:#f0e5b7;
--creamy-sweet-corn:#f9c54e;
}