Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9c1c2b;
}
.cedar-grove {
color: #bf675a;
}
.tonys-pink {
color: #e6a089;
}
.shrimp-toast {
color: #f7c5a1;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
/* CSS Variables */
:root {
--haute-couture:#9c1c2b;
--cedar-grove:#bf675a;
--tonys-pink:#e6a089;
--shrimp-toast:#f7c5a1;
--yellow-wax-pepper:#f0e6b7;
}