Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1c2b;
}
.house-stark-grey {
color: #4e495a;
}
.silver-surfer {
color: #7c7b8a;
}
.may-mist {
color: #a5a1c9;
}
.lavender-water {
color: #d5c7e0;
}
/* CSS Variables */
:root {
--black-howl:#1f1c2b;
--house-stark-grey:#4e495a;
--silver-surfer:#7c7b8a;
--may-mist:#a5a1c9;
--lavender-water:#d5c7e0;
}