Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6c;
}
.cleopatra-s-gown {
color: #7a4e8d;
}
.violetta {
color: #af6a9b;
}
.bergamot-orange {
color: #f3a158;
}
.dandelion-yellow {
color: #f7d83b;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6c;
--cleopatra-s-gown:#7a4e8d;
--violetta:#af6a9b;
--bergamot-orange:#f3a158;
--dandelion-yellow:#f7d83b;
}