Color names in this palette
CSS code for this palette
/* CSS */
.raffia-ribbon {
color: #caae8c;
}
.hanover {
color: #d8c6b0;
}
.fortune-cookie {
color: #e2c6a1;
}
.juicy-details {
color: #d67c7a;
}
.delhi-spice {
color: #a66e6e;
}
/* CSS Variables */
:root {
--raffia-ribbon:#caae8c;
--hanover:#d8c6b0;
--fortune-cookie:#e2c6a1;
--juicy-details:#d67c7a;
--delhi-spice:#a66e6e;
}