Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4f8c;
}
.crocus-petal {
color: #b89cc4;
}
.sheer-lavender {
color: #f1dff1;
}
.blue-angels-yellow {
color: #fab700;
}
.usubeni-red {
color: #f66a6a;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4f8c;
--crocus-petal:#b89cc4;
--sheer-lavender:#f1dff1;
--blue-angels-yellow:#fab700;
--usubeni-red:#f66a6a;
}