Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1b1f23;
}
.ferry {
color: #393e46;
}
.blue-slate {
color: #5b5e67;
}
.chrome-aluminum {
color: #a6a7ab;
}
.lily-lavender {
color: #e7e7e9;
}
/* CSS Variables */
:root {
--satin-deep-black:#1b1f23;
--ferry:#393e46;
--blue-slate:#5b5e67;
--chrome-aluminum:#a6a7ab;
--lily-lavender:#e7e7e9;
}