Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d2f;
}
.blue-suede-shoes {
color: #4b4b63;
}
.stormy-mauve {
color: #6f6f8b;
}
.santas-grey {
color: #a0a0b1;
}
.light-pensive {
color: #cfcfd8;
}
/* CSS Variables */
:root {
--black-howl:#1d1d2f;
--blue-suede-shoes:#4b4b63;
--stormy-mauve:#6f6f8b;
--santas-grey:#a0a0b1;
--light-pensive:#cfcfd8;
}