Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7c4b8b;
}
.flowering-raspberry {
color: #9e6b9a;
}
.painted-desert {
color: #beb9b6;
}
.faint-fawn {
color: #e2c39c;
}
.western-sunrise {
color: #d8a56e;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7c4b8b;
--flowering-raspberry:#9e6b9a;
--painted-desert:#beb9b6;
--faint-fawn:#e2c39c;
--western-sunrise:#d8a56e;
}