Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.hibernation {
color: #6e4e6d;
}
.antique-hot-pink {
color: #b17c9d;
}
.sweet-lilac {
color: #eab8d1;
}
.infatuation {
color: #f3d3e8;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--hibernation:#6e4e6d;
--antique-hot-pink:#b17c9d;
--sweet-lilac:#eab8d1;
--infatuation:#f3d3e8;
}