Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1d2025;
}
.moody-black {
color: #4b555d;
}
.sidewalk-grey {
color: #7d8c9b;
}
.blue-pot {
color: #a2b0c3;
}
.grain-of-salt {
color: #d7dae0;
}
/* CSS Variables */
:root {
--noble-black:#1d2025;
--moody-black:#4b555d;
--sidewalk-grey:#7d8c9b;
--blue-pot:#a2b0c3;
--grain-of-salt:#d7dae0;
}