Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.orange-grove {
color: #fbaf8e;
}
.painted-clay {
color: #ef8d6c;
}
.coral-orange {
color: #e86a4a;
}
.valiant-poppy {
color: #ba3c26;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--orange-grove:#fbaf8e;
--painted-clay:#ef8d6c;
--coral-orange:#e86a4a;
--valiant-poppy:#ba3c26;
}