Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f202e;
}
.crown-blue {
color: #4a4e68;
}
.blue-intrigue {
color: #7d809b;
}
.lavender-cream {
color: #c7a1e8;
}
.sugar-tooth {
color: #d68f9f;
}
/* CSS Variables */
:root {
--black-howl:#1f202e;
--crown-blue:#4a4e68;
--blue-intrigue:#7d809b;
--lavender-cream:#c7a1e8;
--sugar-tooth:#d68f9f;
}