Color names in this palette
CSS code for this palette
/* CSS */
.solar-wind {
color: #fceaba;
}
.midsummer {
color: #f9d9a9;
}
.peach-damask {
color: #f7c6a6;
}
.fruit-shake {
color: #f39d8c;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--solar-wind:#fceaba;
--midsummer:#f9d9a9;
--peach-damask:#f7c6a6;
--fruit-shake:#f39d8c;
--lively-coral:#e67b79;
}