Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.bluebonnet-frost {
color: #4b6caf;
}
.boudoir-blue {
color: #7ca4d5;
}
.blizzard-blue {
color: #a5e1f3;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--bluebonnet-frost:#4b6caf;
--boudoir-blue:#7ca4d5;
--blizzard-blue:#a5e1f3;
--syndicalist:#f5c400;
}