Color names in this palette
CSS code for this palette
/* CSS */
.evening-dress {
color: #d29f9d;
}
.certain-peach {
color: #f2bca1;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.apricot-preserves {
color: #ebaf8e;
}
.sulfur-yellow {
color: #d9bd59;
}
/* CSS Variables */
:root {
--evening-dress:#d29f9d;
--certain-peach:#f2bca1;
--pumpkin-mousse:#f1c2a7;
--apricot-preserves:#ebaf8e;
--sulfur-yellow:#d9bd59;
}