Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.silver-rust {
color: #c3a2e2;
}
.rosecco {
color: #eab8e4;
}
.rosy-nectar {
color: #f2c5e4;
}
.soft-lavender {
color: #f8e2f5;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--silver-rust:#c3a2e2;
--rosecco:#eab8e4;
--rosy-nectar:#f2c5e4;
--soft-lavender:#f8e2f5;
}