Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5c3a7e;
}
.wisteria-purple {
color: #8c5b9f;
}
.crocus-petal {
color: #b79ec2;
}
.matt-pink {
color: #ffb3c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5c3a7e;
--wisteria-purple:#8c5b9f;
--crocus-petal:#b79ec2;
--matt-pink:#ffb3c2;
--grapefruit-pulp:#ff6e61;
}