Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.stone-fruit {
color: #f2a68c;
}
.cosmic-coral {
color: #e77e6e;
}
.wet-coral {
color: #d45949;
}
.bijou-red {
color: #a73d39;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--stone-fruit:#f2a68c;
--cosmic-coral:#e77e6e;
--wet-coral:#d45949;
--bijou-red:#a73d39;
}