Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.annis {
color: #684a5d;
}
.lipstick-pink {
color: #c07c8c;
}
.everblooming {
color: #f1c7b6;
}
.peach-rose {
color: #f6e3d5;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--annis:#684a5d;
--lipstick-pink:#c07c8c;
--everblooming:#f1c7b6;
--peach-rose:#f6e3d5;
}