Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b1d27;
}
.ferry {
color: #393d46;
}
.blue-slate {
color: #5a5e68;
}
.moon-veil {
color: #8d99b0;
}
.cheerful-whisper {
color: #d6d7e6;
}
/* CSS Variables */
:root {
--coarse-wool:#1b1d27;
--ferry:#393d46;
--blue-slate:#5a5e68;
--moon-veil:#8d99b0;
--cheerful-whisper:#d6d7e6;
}