Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7b4b8b;
}
.mocha-mousse {
color: #9a6e5b;
}
.afghan-sand {
color: #d2a85b;
}
.rosecco {
color: #eab8e4;
}
.boysenberry-shadow {
color: #f1f4f9;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7b4b8b;
--mocha-mousse:#9a6e5b;
--afghan-sand:#d2a85b;
--rosecco:#eab8e4;
--boysenberry-shadow:#f1f4f9;
}