All Palettes

Color Palette #1f1a3d, #4b3d6c, #8c5f8c, #d9b96d, #f3e3b4

0%
0%
0%

CSS code for this palette

/* CSS */
.prune-plum {
color: #1f1a3d;
}
.meteorite {
color: #4b3d6c;
}
.hashita-purple {
color: #8c5f8c;
}
.pineapple-wine {
color: #d9b96d;
}
.anise-flower {
color: #f3e3b4;
}

/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--meteorite:#4b3d6c;
--hashita-purple:#8c5f8c;
--pineapple-wine:#d9b96d;
--anise-flower:#f3e3b4;
}

More palettes to explore