Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1c2026;
}
.suit-blue {
color: #2b2f36;
}
.isolation {
color: #494d55;
}
.slate-expectations {
color: #6f7c8b;
}
.blue-echo {
color: #8db9c9;
}
/* CSS Variables */
:root {
--noble-black:#1c2026;
--suit-blue:#2b2f36;
--isolation:#494d55;
--slate-expectations:#6f7c8b;
--blue-echo:#8db9c9;
}