Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4b8b;
}
.scotch-thistle {
color: #9c6f9f;
}
.favourite-lady {
color: #e3c4d7;
}
.pink-fit {
color: #f7a6b5;
}
.peach-echo {
color: #f1745b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4b8b;
--scotch-thistle:#9c6f9f;
--favourite-lady:#e3c4d7;
--pink-fit:#f7a6b5;
--peach-echo:#f1745b;
}