Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #20202d;
}
.amphystine {
color: #3e3e5b;
}
.majestic-purple {
color: #5f5f8c;
}
.sweet-lavender {
color: #8e8ebe;
}
.soap {
color: #c7c7f0;
}
/* CSS Variables */
:root {
--black-howl:#20202d;
--amphystine:#3e3e5b;
--majestic-purple:#5f5f8c;
--sweet-lavender:#8e8ebe;
--soap:#c7c7f0;
}