Color names in this palette
CSS code for this palette
/* CSS */
.hanover {
color: #d9c5b0;
}
.lime-rickey {
color: #a8b76c;
}
.verdant-leaf {
color: #807b4d;
}
.sand-trail {
color: #d1c79f;
}
.codium-fragile {
color: #4d4a28;
}
/* CSS Variables */
:root {
--hanover:#d9c5b0;
--lime-rickey:#a8b76c;
--verdant-leaf:#807b4d;
--sand-trail:#d1c79f;
--codium-fragile:#4d4a28;
}