Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.amazonian-orchid {
color: #a17d9b;
}
.puppy-love {
color: #e4b9c1;
}
.pink-lady {
color: #f1d6b6;
}
.kettle-corn {
color: #f4e3be;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--amazonian-orchid:#a17d9b;
--puppy-love:#e4b9c1;
--pink-lady:#f1d6b6;
--kettle-corn:#f4e3be;
}