Color names in this palette
CSS code for this palette
/* CSS */
.wild-maple {
color: #ffe3c7;
}
.first-date {
color: #f5b5a3;
}
.coral-gold {
color: #d66d4c;
}
.painted-poppy {
color: #c94b3b;
}
.harissa-red {
color: #a62d2b;
}
/* CSS Variables */
:root {
--wild-maple:#ffe3c7;
--first-date:#f5b5a3;
--coral-gold:#d66d4c;
--painted-poppy:#c94b3b;
--harissa-red:#a62d2b;
}