All Palettes

Color Palette #5c2d2d, #8c4a4a, #b67c7c, #e2a2a2, #f2c0c0

0%
0%
0%

CSS code for this palette

/* CSS */
.christmas-brown {
color: #5c2d2d;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
.fiesta-rojo {
color: #b67c7c;
}
.bussell-lace {
color: #e2a2a2;
}
.silver-strawberry {
color: #f2c0c0;
}

/* CSS Variables */
:root {
--christmas-brown:#5c2d2d;
--rhubarb-smoothie:#8c4a4a;
--fiesta-rojo:#b67c7c;
--bussell-lace:#e2a2a2;
--silver-strawberry:#f2c0c0;
}

More palettes to explore