All Palettes

Color Palette #6f2c90, #a45cb2, #e5b8e2, #f7d4e1, #f9c8c8

0%
0%
0%

CSS code for this palette

/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a45cb2;
}
.blackberry-yogurt {
color: #e5b8e2;
}
.pink-frosting {
color: #f7d4e1;
}
.sunday-best {
color: #f9c8c8;
}

/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a45cb2;
--blackberry-yogurt:#e5b8e2;
--pink-frosting:#f7d4e1;
--sunday-best:#f9c8c8;
}

More palettes to explore