Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d30;
}
.amphystine {
color: #3e3e5b;
}
.majestic-purple {
color: #5f5f8c;
}
.lavender-bonnet {
color: #9595c1;
}
.violet-gems {
color: #c2c2e5;
}
/* CSS Variables */
:root {
--black-howl:#1d1d30;
--amphystine:#3e3e5b;
--majestic-purple:#5f5f8c;
--lavender-bonnet:#9595c1;
--violet-gems:#c2c2e5;
}