Color names in this palette
CSS code for this palette
/* CSS */
.sweet-cherry {
color: #a04b4c;
}
.chick-flick {
color: #c07c7d;
}
.oatmeal-bath {
color: #ddc7a2;
}
.big-spender {
color: #abd9b1;
}
.cleopatra-s-gown {
color: #7d4b8b;
}
/* CSS Variables */
:root {
--sweet-cherry:#a04b4c;
--chick-flick:#c07c7d;
--oatmeal-bath:#ddc7a2;
--big-spender:#abd9b1;
--cleopatra-s-gown:#7d4b8b;
}