Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.waterhen-back {
color: #2e3f52;
}
.deep-space-sparkle {
color: #4a626d;
}
.blue-glint {
color: #92c5d8;
}
.saffron {
color: #f5c72e;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--waterhen-back:#2e3f52;
--deep-space-sparkle:#4a626d;
--blue-glint:#92c5d8;
--saffron:#f5c72e;
}