Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1a2e;
}
.purple-corallite {
color: #5a4f8c;
}
.purple-mountains-majesty {
color: #9b7bc1;
}
.mauve-mist {
color: #c39fd5;
}
.indian-clay {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--black-howl:#1e1a2e;
--purple-corallite:#5a4f8c;
--purple-mountains-majesty:#9b7bc1;
--mauve-mist:#c39fd5;
--indian-clay:#f2cfc0;
}