Color names in this palette
CSS code for this palette
/* CSS */
.youthful-coral {
color: #f37d77;
}
.candlelight-peach {
color: #f6a69d;
}
.carnation-bloom {
color: #f9c1be;
}
.royal-wedding {
color: #fde3e5;
}
.sea-salt-sherbet {
color: #fef6f7;
}
/* CSS Variables */
:root {
--youthful-coral:#f37d77;
--candlelight-peach:#f6a69d;
--carnation-bloom:#f9c1be;
--royal-wedding:#fde3e5;
--sea-salt-sherbet:#fef6f7;
}