Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f29;
}
.blue-suede {
color: #6a7b95;
}
.nordland-light-blue {
color: #97b2c8;
}
.simplify-beige {
color: #d6c6b8;
}
.crescent-moon {
color: #f2e8cf;
}
/* CSS Variables */
:root {
--noble-black:#1e1f29;
--blue-suede:#6a7b95;
--nordland-light-blue:#97b2c8;
--simplify-beige:#d6c6b8;
--crescent-moon:#f2e8cf;
}