Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-kiss {
color: #3c101c;
}
.wild-berry {
color: #7e3b3a;
}
.delhi-spice {
color: #a66e6e;
}
.ginger-ale {
color: #cca76b;
}
.tea-cookie {
color: #f6e2c1;
}
/* CSS Variables */
:root {
--chocolate-kiss:#3c101c;
--wild-berry:#7e3b3a;
--delhi-spice:#a66e6e;
--ginger-ale:#cca76b;
--tea-cookie:#f6e2c1;
}