Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.tropical-violet {
color: #d4a6e2;
}
.lavender-soap {
color: #f2c0e1;
}
.soft-butter {
color: #f6e0b6;
}
.ginger-milk {
color: #f6a051;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--tropical-violet:#d4a6e2;
--lavender-soap:#f2c0e1;
--soft-butter:#f6e0b6;
--ginger-milk:#f6a051;
}