Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1e2b;
}
.men-s-night {
color: #5d6074;
}
.lavender-blossom-grey {
color: #8a8c9e;
}
.raspberry-parfait {
color: #b65d84;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--black-howl:#1c1e2b;
--men-s-night:#5d6074;
--lavender-blossom-grey:#8a8c9e;
--raspberry-parfait:#b65d84;
--opal-flame:#f15e4b;
}