Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.blush {
color: #f29d91;
}
.lively-coral {
color: #e67979;
}
.rosy-cheeks {
color: #d7506e;
}
.dark-pink {
color: #c43b6f;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--blush:#f29d91;
--lively-coral:#e67979;
--rosy-cheeks:#d7506e;
--dark-pink:#c43b6f;
}