Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f6c7b1;
}
.cuticle-pink {
color: #e0a39a;
}
.light-tomato {
color: #d1786b;
}
.enticing-red {
color: #b54f4f;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--coral-bisque:#f6c7b1;
--cuticle-pink:#e0a39a;
--light-tomato:#d1786b;
--enticing-red:#b54f4f;
--polished-apple:#8c2b2b;
}