Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f2a;
}
.knighthood {
color: #3e3b54;
}
.blue-intrigue {
color: #7e7d9b;
}
.sugar-cookie {
color: #f2e2a1;
}
.favourite-lady {
color: #e4c4d5;
}
/* CSS Variables */
:root {
--black-howl:#1d1f2a;
--knighthood:#3e3b54;
--blue-intrigue:#7e7d9b;
--sugar-cookie:#f2e2a1;
--favourite-lady:#e4c4d5;
}