Color names in this palette
CSS code for this palette
/* CSS */
.vintage-charm {
color: #c7b2a9;
}
.rum-spice {
color: #a97c70;
}
.lotus {
color: #894e4d;
}
.d-u-sh-s-red {
color: #a62b3b;
}
.pink-abalone {
color: #e9b5a0;
}
/* CSS Variables */
:root {
--vintage-charm:#c7b2a9;
--rum-spice:#a97c70;
--lotus:#894e4d;
--d-u-sh-s-red:#a62b3b;
--pink-abalone:#e9b5a0;
}