Color names in this palette
CSS code for this palette
/* CSS */
.wilted-brown {
color: #a94f3d;
}
.happy-trails {
color: #b67b68;
}
.tan {
color: #d4b26e;
}
.italian-straw {
color: #e8d1a1;
}
.friendly-yellow {
color: #f5e1b2;
}
/* CSS Variables */
:root {
--wilted-brown:#a94f3d;
--happy-trails:#b67b68;
--tan:#d4b26e;
--italian-straw:#e8d1a1;
--friendly-yellow:#f5e1b2;
}