All Palettes

Color Palette #6a0c0c, #c34b4b, #e89c9c, #f9c8c8, #f3d3d3

0%
0%
0%

CSS code for this palette

/* CSS */
.port-wine {
color: #6a0c0c;
}
.king-crimson {
color: #c34b4b;
}
.all-dressed-up {
color: #e89c9c;
}
.sunday-best {
color: #f9c8c8;
}
.french-bustle {
color: #f3d3d3;
}

/* CSS Variables */
:root {
--port-wine:#6a0c0c;
--king-crimson:#c34b4b;
--all-dressed-up:#e89c9c;
--sunday-best:#f9c8c8;
--french-bustle:#f3d3d3;
}

More palettes to explore