Color names in this palette
CSS code for this palette
/* CSS */
.cold-steel {
color: #262334;
}
.crown-blue {
color: #4b4f68;
}
.pompeii-ash {
color: #6d767e;
}
.soothing-breeze {
color: #b2bdc2;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--cold-steel:#262334;
--crown-blue:#4b4f68;
--pompeii-ash:#6d767e;
--soothing-breeze:#b2bdc2;
--orochimaru:#d9d9d9;
}