Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d202f;
}
.taylor {
color: #5f5b76;
}
.wildflower {
color: #8d7d9b;
}
.gallery-taupe {
color: #d1c5b8;
}
.casablanca {
color: #f1b350;
}
/* CSS Variables */
:root {
--black-howl:#1d202f;
--taylor:#5f5b76;
--wildflower:#8d7d9b;
--gallery-taupe:#d1c5b8;
--casablanca:#f1b350;
}