Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.pink-fit {
color: #f7abae;
}
.rose-essence {
color: #f29988;
}
.shell-coral {
color: #e68e6b;
}
.track-and-field {
color: #d66a4c;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--pink-fit:#f7abae;
--rose-essence:#f29988;
--shell-coral:#e68e6b;
--track-and-field:#d66a4c;
}