Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1c1a2e;
}
.deep-plum {
color: #492c59;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
.pink-hibiscus {
color: #b26c8b;
}
.pani-puri {
color: #f2a950;
}
/* CSS Variables */
:root {
--sambucus:#1c1a2e;
--deep-plum:#492c59;
--cleopatra-s-gown:#7c4f8c;
--pink-hibiscus:#b26c8b;
--pani-puri:#f2a950;
}