Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f7d3a1;
}
.creole-cottage {
color: #e6b598;
}
.shanghai-peach {
color: #d69c8f;
}
.foxglove {
color: #b87a8f;
}
.cleopatra-s-gown {
color: #7b4e8d;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f7d3a1;
--creole-cottage:#e6b598;
--shanghai-peach:#d69c8f;
--foxglove:#b87a8f;
--cleopatra-s-gown:#7b4e8d;
}