Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.night-market {
color: #4e5e79;
}
.lucid-blue {
color: #7a8c9f;
}
.innuendo {
color: #a6b1c5;
}
.icicle-veil {
color: #d9e4f2;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--night-market:#4e5e79;
--lucid-blue:#7a8c9f;
--innuendo:#a6b1c5;
--icicle-veil:#d9e4f2;
}