Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.mulberry-bush {
color: #a9709c;
}
.eau-de-rose {
color: #e1b7d1;
}
.bright-yarrow {
color: #f9d16c;
}
.burning-trail {
color: #f29a26;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--mulberry-bush:#a9709c;
--eau-de-rose:#e1b7d1;
--bright-yarrow:#f9d16c;
--burning-trail:#f29a26;
}