Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.corsican-purple {
color: #7c82b1;
}
.island-light {
color: #a7c6e7;
}
.elastic-pink {
color: #f0a3c7;
}
.marshmallow-rose {
color: #f6e4e7;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--corsican-purple:#7c82b1;
--island-light:#a7c6e7;
--elastic-pink:#f0a3c7;
--marshmallow-rose:#f6e4e7;
}