Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d202f;
}
.mood-indigo {
color: #3a3f55;
}
.twilight-dusk {
color: #5c5f7a;
}
.childish-wonder {
color: #a4aadb;
}
.crystal-falls {
color: #e2e6f3;
}
/* CSS Variables */
:root {
--black-howl:#1d202f;
--mood-indigo:#3a3f55;
--twilight-dusk:#5c5f7a;
--childish-wonder:#a4aadb;
--crystal-falls:#e2e6f3;
}