Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.muted-lavender {
color: #3b5897;
}
.lavender-lustre {
color: #899bc2;
}
.weathered-blue {
color: #d4e1f2;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--muted-lavender:#3b5897;
--lavender-lustre:#899bc2;
--weathered-blue:#d4e1f2;
--dr-white:#f8f9fc;
}