Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4a2c6d;
}
.cleopatra-s-gown {
color: #7c4b8b;
}
.usu-pink {
color: #a67d9e;
}
.afghan-sand {
color: #d2a85b;
}
.cashew-nut {
color: #f0cab2;
}
/* CSS Variables */
:root {
--violet-indigo:#4a2c6d;
--cleopatra-s-gown:#7c4b8b;
--usu-pink:#a67d9e;
--afghan-sand:#d2a85b;
--cashew-nut:#f0cab2;
}