Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.dirty-blue {
color: #407f9c;
}
.thalassa {
color: #5ab0b5;
}
.paris-daisy {
color: #f7e950;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--dirty-blue:#407f9c;
--thalassa:#5ab0b5;
--paris-daisy:#f7e950;
--chrome-yellow:#faa700;
}