Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d5a5e9;
}
.hanami-pink {
color: #f1b1e0;
}
.shampoo {
color: #ffccf2;
}
.lavender-rose {
color: #f6a2e6;
}
.fuchsia-blush {
color: #e87dc3;
}
/* CSS Variables */
:root {
--bright-ube:#d5a5e9;
--hanami-pink:#f1b1e0;
--shampoo:#ffccf2;
--lavender-rose:#f6a2e6;
--fuchsia-blush:#e87dc3;
}