Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.sunset-red {
color: #7d4f59;
}
.cashmere-rose {
color: #c68093;
}
.first-date {
color: #f4af9f;
}
.peach-red {
color: #f8cfc4;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--sunset-red:#7d4f59;
--cashmere-rose:#c68093;
--first-date:#f4af9f;
--peach-red:#f8cfc4;
}