Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.wild-iris {
color: #2f2f4c;
}
.skipper-blue {
color: #4d4d7a;
}
.ontario-violet {
color: #7979af;
}
.purple-illusion {
color: #b2b2f0;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--wild-iris:#2f2f4c;
--skipper-blue:#4d4d7a;
--ontario-violet:#7979af;
--purple-illusion:#b2b2f0;
}