Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1a2d;
}
.deep-plum {
color: #4a2d5c;
}
.purple-sapphire {
color: #794b8b;
}
.purple-cheeks {
color: #b57d9f;
}
.in-the-pink {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--black-howl:#1e1a2d;
--deep-plum:#4a2d5c;
--purple-sapphire:#794b8b;
--purple-cheeks:#b57d9f;
--in-the-pink:#f2c5d3;
}