Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1c2026;
}
.suit-blue {
color: #2c2f35;
}
.evening-cityscape {
color: #4d515b;
}
.blue-mood {
color: #7b7f8e;
}
.sweet-juliet {
color: #b7c0d1;
}
/* CSS Variables */
:root {
--noble-black:#1c2026;
--suit-blue:#2c2f35;
--evening-cityscape:#4d515b;
--blue-mood:#7b7f8e;
--sweet-juliet:#b7c0d1;
}