Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7e4b8b;
}
.briar-rose {
color: #c06d84;
}
.ginger-milk {
color: #f9a858;
}
.stil-de-grain-yellow {
color: #f9dc5d;
}
.butter-cookie {
color: #f0e3b2;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7e4b8b;
--briar-rose:#c06d84;
--ginger-milk:#f9a858;
--stil-de-grain-yellow:#f9dc5d;
--butter-cookie:#f0e3b2;
}