Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1c2026;
}
.blue-fantastic {
color: #2d394d;
}
.bluster-blue {
color: #4a5a73;
}
.noble-blue {
color: #6a7990;
}
.frozen-blue {
color: #a6c3d9;
}
/* CSS Variables */
:root {
--noble-black:#1c2026;
--blue-fantastic:#2d394d;
--bluster-blue:#4a5a73;
--noble-blue:#6a7990;
--frozen-blue:#a6c3d9;
}