All Palettes

Color Palette #4b2c4e, #7b4c74, #9e6b8b, #d6a39f, #f3cbc3

0%
0%
0%

CSS code for this palette

/* CSS */
.purple-shade {
color: #4b2c4e;
}
.magic-magenta {
color: #7b4c74;
}
.pink-jazz {
color: #9e6b8b;
}
.mellow-rose {
color: #d6a39f;
}
.oleander {
color: #f3cbc3;
}

/* CSS Variables */
:root {
--purple-shade:#4b2c4e;
--magic-magenta:#7b4c74;
--pink-jazz:#9e6b8b;
--mellow-rose:#d6a39f;
--oleander:#f3cbc3;
}

More palettes to explore