Color names in this palette
CSS code for this palette
/* CSS */
.lavender-tea {
color: #d88aff;
}
.rich-lavender {
color: #a86bd1;
}
.aster-violetta {
color: #8e5e9c;
}
.hot-aquarelle-pink {
color: #ffb3e2;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--lavender-tea:#d88aff;
--rich-lavender:#a86bd1;
--aster-violetta:#8e5e9c;
--hot-aquarelle-pink:#ffb3e2;
--blush-hour:#ff7092;
}