Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.odyssey-grey {
color: #4b4b5d;
}
.carbon-footprint {
color: #7d7d8c;
}
.curated-lilac {
color: #a8a8b8;
}
.bashful-lilac {
color: #d2d2e5;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--odyssey-grey:#4b4b5d;
--carbon-footprint:#7d7d8c;
--curated-lilac:#a8a8b8;
--bashful-lilac:#d2d2e5;
}