Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f4c2b3;
}
.canyon-trail {
color: #d6b6a8;
}
.renwick-beige {
color: #c3af9d;
}
.nihilakh-oxide {
color: #a3d7b5;
}
.beau-monde {
color: #78b5a0;
}
/* CSS Variables */
:root {
--rustique:#f4c2b3;
--canyon-trail:#d6b6a8;
--renwick-beige:#c3af9d;
--nihilakh-oxide:#a3d7b5;
--beau-monde:#78b5a0;
}