Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.girl-power {
color: #d39cc8;
}
.hanami-pink {
color: #f1a7e0;
}
.sugarwinkle {
color: #f7c5e6;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--girl-power:#d39cc8;
--hanami-pink:#f1a7e0;
--sugarwinkle:#f7c5e6;
}