Color names in this palette
CSS code for this palette
/* CSS */
.kuwazome-red {
color: #5a2b2b;
}
.escalante {
color: #a35c5c;
}
.ungor-beige {
color: #d8a669;
}
.maiden-hair {
color: #f3e9c9;
}
.uninhibited {
color: #b5d4c8;
}
/* CSS Variables */
:root {
--kuwazome-red:#5a2b2b;
--escalante:#a35c5c;
--ungor-beige:#d8a669;
--maiden-hair:#f3e9c9;
--uninhibited:#b5d4c8;
}