All Palettes

Color Palette #3b0d3a, #4e2c2c, #7b4c4c, #a77b7b, #d5c8c8

0%
0%
0%

CSS code for this palette

/* CSS */
.cured-eggplant {
color: #3b0d3a;
}
.heath {
color: #4e2c2c;
}
.false-morel {
color: #7b4c4c;
}
.brandied-apple {
color: #a77b7b;
}
.crushed-almond {
color: #d5c8c8;
}

/* CSS Variables */
:root {
--cured-eggplant:#3b0d3a;
--heath:#4e2c2c;
--false-morel:#7b4c4c;
--brandied-apple:#a77b7b;
--crushed-almond:#d5c8c8;
}

More palettes to explore