Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1a1e23;
}
.ferry {
color: #393e46;
}
.mysterious-night {
color: #5c6070;
}
.blue-mood {
color: #7b7f8e;
}
.dutch-jug {
color: #a6a9b5;
}
/* CSS Variables */
:root {
--satin-deep-black:#1a1e23;
--ferry:#393e46;
--mysterious-night:#5c6070;
--blue-mood:#7b7f8e;
--dutch-jug:#a6a9b5;
}