All Palettes

Color Palette #2b0a3d, #5f2b4e, #a35c8d, #e1a8c9, #f6e8d5

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-purple {
color: #2b0a3d;
}
.winter-bloom {
color: #5f2b4e;
}
.thimble-red {
color: #a35c8d;
}
.aristocratic-pink {
color: #e1a8c9;
}
.bali-sand {
color: #f6e8d5;
}

/* CSS Variables */
:root {
--dark-purple:#2b0a3d;
--winter-bloom:#5f2b4e;
--thimble-red:#a35c8d;
--aristocratic-pink:#e1a8c9;
--bali-sand:#f6e8d5;
}

More palettes to explore