Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.muted-lavender {
color: #3c5a9a;
}
.lichen-blue {
color: #5f8bb4;
}
.juvie {
color: #89bdd1;
}
.across-the-bay {
color: #b4e1e9;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--muted-lavender:#3c5a9a;
--lichen-blue:#5f8bb4;
--juvie:#89bdd1;
--across-the-bay:#b4e1e9;
}