Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.boat-house {
color: #4b8cbe;
}
.bliss-blue {
color: #7bc5e0;
}
.boxwood-yellow {
color: #f1e5a2;
}
.nuclear-mango {
color: #f29b31;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--boat-house:#4b8cbe;
--bliss-blue:#7bc5e0;
--boxwood-yellow:#f1e5a2;
--nuclear-mango:#f29b31;
}