Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.glamour {
color: #e09ea4;
}
.first-peach {
color: #f4cbc8;
}
.tender-peach {
color: #f9d3b9;
}
.sun-dust {
color: #f4e0a4;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--glamour:#e09ea4;
--first-peach:#f4cbc8;
--tender-peach:#f9d3b9;
--sun-dust:#f4e0a4;
}