Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.stone-fruit {
color: #f2a68c;
}
.cosmic-coral {
color: #e57a6c;
}
.race-car-stripe {
color: #d24b41;
}
.cherry-kiss {
color: #a12b39;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--stone-fruit:#f2a68c;
--cosmic-coral:#e57a6c;
--race-car-stripe:#d24b41;
--cherry-kiss:#a12b39;
}