All Palettes

Color Palette #1e1a2d, #4a2d5c, #794b8b, #b57d9f, #f2c5d3

0%
0%
0%

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;
}

More palettes to explore