Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.dazzling-blue {
color: #3b4ca0;
}
.bodega-bay {
color: #6079c3;
}
.adrift-on-the-nile {
color: #8db3e2;
}
.bells-and-whistles-gold {
color: #f0e29e;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--dazzling-blue:#3b4ca0;
--bodega-bay:#6079c3;
--adrift-on-the-nile:#8db3e2;
--bells-and-whistles-gold:#f0e29e;
}