Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.victorian-plum {
color: #90607d;
}
.foxy-lady {
color: #d5a5b1;
}
.pale-primrose {
color: #f0c7d2;
}
.light-quilt {
color: #ffe0d6;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--victorian-plum:#90607d;
--foxy-lady:#d5a5b1;
--pale-primrose:#f0c7d2;
--light-quilt:#ffe0d6;
}