Color names in this palette
CSS code for this palette
/* CSS */
.delhi-spice {
color: #a46a6d;
}
.victorian-mauve {
color: #b78a8c;
}
.pink-ginger {
color: #d1a899;
}
.calico-rose {
color: #e5c0b3;
}
.naturale {
color: #f1dfd0;
}
/* CSS Variables */
:root {
--delhi-spice:#a46a6d;
--victorian-mauve:#b78a8c;
--pink-ginger:#d1a899;
--calico-rose:#e5c0b3;
--naturale:#f1dfd0;
}