Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.blush-hour {
color: #ff7092;
}
.sugar-rush {
color: #d6619f;
}
.parfait-d-amour {
color: #794c9a;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--blush-hour:#ff7092;
--sugar-rush:#d6619f;
--parfait-d-amour:#794c9a;
--bright-eggplant:#5c4b8b;
}