Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7e1b1b;
}
.california-poppy {
color: #a83e3e;
}
.fuzzy-wuzzy {
color: #c96464;
}
.bussell-lace {
color: #e6a2a2;
}
.french-bustle {
color: #f3d3d3;
}
/* CSS Variables */
:root {
--falu-red:#7e1b1b;
--california-poppy:#a83e3e;
--fuzzy-wuzzy:#c96464;
--bussell-lace:#e6a2a2;
--french-bustle:#f3d3d3;
}