Color names in this palette
CSS code for this palette
/* CSS */
.christalle {
color: #3c1c5a;
}
.cleopatra-s-gown {
color: #7b4b8b;
}
.drama-queen {
color: #a66e99;
}
.golden-apricot {
color: #d9a74a;
}
.sun-dust {
color: #f6e0a2;
}
/* CSS Variables */
:root {
--christalle:#3c1c5a;
--cleopatra-s-gown:#7b4b8b;
--drama-queen:#a66e99;
--golden-apricot:#d9a74a;
--sun-dust:#f6e0a2;
}