Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.night-romance {
color: #704c55;
}
.silken-raspberry {
color: #a77b8c;
}
.rose-stain {
color: #d1b3ba;
}
.funhouse {
color: #f3d8da;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--night-romance:#704c55;
--silken-raspberry:#a77b8c;
--rose-stain:#d1b3ba;
--funhouse:#f3d8da;
}