Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.overcast {
color: #75a3d1;
}
.terrace-pool {
color: #a3d7e0;
}
.bean-sprout {
color: #f5f9e7;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--bluebonnet-frost:#4a6fb0;
--overcast:#75a3d1;
--terrace-pool:#a3d7e0;
--bean-sprout:#f5f9e7;
}