Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7c4b8b;
}
.pink-jazz {
color: #9e6b8b;
}
.bleached-maple {
color: #c79f6b;
}
.novelle-peach {
color: #e1c6b2;
}
.almeja {
color: #f4e0c8;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7c4b8b;
--pink-jazz:#9e6b8b;
--bleached-maple:#c79f6b;
--novelle-peach:#e1c6b2;
--almeja:#f4e0c8;
}