Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cane-dahlia {
color: #f7c3c0;
}
.candlelight-peach {
color: #f5a49e;
}
.fruit-red {
color: #f78973;
}
.fiery-salmon {
color: #f76969;
}
.fiery-coral {
color: #e05c5c;
}
/* CSS Variables */
:root {
--sugar-cane-dahlia:#f7c3c0;
--candlelight-peach:#f5a49e;
--fruit-red:#f78973;
--fiery-salmon:#f76969;
--fiery-coral:#e05c5c;
}