Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.mountain-fig {
color: #39394c;
}
.taylor {
color: #5c5c7a;
}
.soft-blue-lavender {
color: #8a8ab7;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--mountain-fig:#39394c;
--taylor:#5c5c7a;
--soft-blue-lavender:#8a8ab7;
--extraordinary-abundance-of-tinge:#e6e6e6;
}