Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.bright-ube {
color: #d4a1e2;
}
.rosy-nectar {
color: #f2c5e4;
}
.pinenut {
color: #f6d9b6;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--bright-ube:#d4a1e2;
--rosy-nectar:#f2c5e4;
--pinenut:#f6d9b6;
--snow-white-blush:#f9aeae;
}