Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.mauve-memento {
color: #a46a91;
}
.salmon-run {
color: #e8b09b;
}
.cr-me-de-la-cr-me {
color: #f2e7b5;
}
.thatched-cottage {
color: #d6c8a8;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--mauve-memento:#a46a91;
--salmon-run:#e8b09b;
--cr-me-de-la-cr-me:#f2e7b5;
--thatched-cottage:#d6c8a8;
}