Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.delft {
color: #3d5a8a;
}
.luna-moona {
color: #6ec3c9;
}
.glitter-yellow {
color: #f9d75d;
}
.mustard-crusted-salmon {
color: #f27e40;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--delft:#3d5a8a;
--luna-moona:#6ec3c9;
--glitter-yellow:#f9d75d;
--mustard-crusted-salmon:#f27e40;
}