Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.stucco-wall {
color: #f3b29b;
}
.cumquat-cream {
color: #f09f7f;
}
.indiana-clay {
color: #e68b60;
}
.coral-gold {
color: #d57548;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--stucco-wall:#f3b29b;
--cumquat-cream:#f09f7f;
--indiana-clay:#e68b60;
--coral-gold:#d57548;
}