Color names in this palette
CSS code for this palette
/* CSS */
.laredo-road {
color: #c79c4d;
}
.byzantine-copper {
color: #a86c3e;
}
.clair-au-chocolat {
color: #7b4a2d;
}
.mental-floss {
color: #e0b3c2;
}
.friendly-yellow {
color: #f5e2b2;
}
/* CSS Variables */
:root {
--laredo-road:#c79c4d;
--byzantine-copper:#a86c3e;
--clair-au-chocolat:#7b4a2d;
--mental-floss:#e0b3c2;
--friendly-yellow:#f5e2b2;
}