Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1f30;
}
.knighthood {
color: #3c3f53;
}
.majestic-purple {
color: #5e618d;
}
.lavender-wash {
color: #a9b0d1;
}
.think-pink {
color: #e5a4c2;
}
/* CSS Variables */
:root {
--black-howl:#1c1f30;
--knighthood:#3c3f53;
--majestic-purple:#5e618d;
--lavender-wash:#a9b0d1;
--think-pink:#e5a4c2;
}