Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.antique-hot-pink {
color: #b07d9d;
}
.kunzite {
color: #dab9c5;
}
.ancient-scroll {
color: #f1e3d0;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--antique-hot-pink:#b07d9d;
--kunzite:#dab9c5;
--ancient-scroll:#f1e3d0;
--y-ng-ch-ng-orange:#f09f3d;
}