All Palettes

Color Palette #fff8d1, #2e2e2e, #3d1a1a, #e3e3a1, #7b5b7b

0%
0%
0%

CSS code for this palette

/* CSS */
.baja-white {
color: #fff8d1;
}
.carbon-fiber {
color: #2e2e2e;
}
.rustic-red {
color: #3d1a1a;
}
.marsh-mist {
color: #e3e3a1;
}
.gala-ball {
color: #7b5b7b;
}

/* CSS Variables */
:root {
--baja-white:#fff8d1;
--carbon-fiber:#2e2e2e;
--rustic-red:#3d1a1a;
--marsh-mist:#e3e3a1;
--gala-ball:#7b5b7b;
}

More palettes to explore