Color names in this palette
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;
}