Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4c8a;
}
.divine {
color: #9a7a9f;
}
.purity {
color: #d8c7e0;
}
.hanami-pink {
color: #f5b2e2;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4c8a;
--divine:#9a7a9f;
--purity:#d8c7e0;
--hanami-pink:#f5b2e2;
--blush-hour:#ff7092;
}