Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c5a7;
}
.salmon-slice {
color: #f0a88a;
}
.lively-coral {
color: #e87d7d;
}
.happy-hearts {
color: #d66161;
}
.snakebite {
color: #b84242;
}
/* CSS Variables */
:root {
--peach-damask:#f6c5a7;
--salmon-slice:#f0a88a;
--lively-coral:#e87d7d;
--happy-hearts:#d66161;
--snakebite:#b84242;
}