Color names in this palette
CSS code for this palette
/* CSS */
.american-red {
color: #b42233;
}
.grenadier {
color: #c74938;
}
.bussell-lace {
color: #e6a2a3;
}
.pink-dogwood {
color: #f9d3d2;
}
.peach-breeze {
color: #ffebe5;
}
/* CSS Variables */
:root {
--american-red:#b42233;
--grenadier:#c74938;
--bussell-lace:#e6a2a3;
--pink-dogwood:#f9d3d2;
--peach-breeze:#ffebe5;
}