Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.cabbage-blossom-violet {
color: #6d4b7c;
}
.scotch-thistle {
color: #9d6b9e;
}
.enhance {
color: #d0a4b9;
}
.alyssa {
color: #f4e2d7;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--cabbage-blossom-violet:#6d4b7c;
--scotch-thistle:#9d6b9e;
--enhance:#d0a4b9;
--alyssa:#f4e2d7;
}