All Palettes

Color Palette #800000, #9b1c1c, #c25656, #e3a1a1, #f6d5d5

0%
0%
0%

CSS code for this palette

/* CSS */
.maroon {
color: #800000;
}
.red-vitality {
color: #9b1c1c;
}
.fuzzy-wuzzy-brown {
color: #c25656;
}
.bussell-lace {
color: #e3a1a1;
}
.ballet {
color: #f6d5d5;
}

/* CSS Variables */
:root {
--maroon:#800000;
--red-vitality:#9b1c1c;
--fuzzy-wuzzy-brown:#c25656;
--bussell-lace:#e3a1a1;
--ballet:#f6d5d5;
}

More palettes to explore