Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f6d2d0;
}
.mixed-fruit {
color: #f9b7b4;
}
.peach-burst {
color: #f49a9c;
}
.lively-coral {
color: #e67c7a;
}
.horror-snob {
color: #d64f4c;
}
/* CSS Variables */
:root {
--pink-dogwood:#f6d2d0;
--mixed-fruit:#f9b7b4;
--peach-burst:#f49a9c;
--lively-coral:#e67c7a;
--horror-snob:#d64f4c;
}