Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1b1e2c;
}
.dark-sea {
color: #4e545f;
}
.blue-mood {
color: #7c7f8d;
}
.red-lilac-purple {
color: #beb8c1;
}
.toasted-coconut {
color: #e8c1a1;
}
/* CSS Variables */
:root {
--black-howl:#1b1e2c;
--dark-sea:#4e545f;
--blue-mood:#7c7f8d;
--red-lilac-purple:#beb8c1;
--toasted-coconut:#e8c1a1;
}