Color names in this palette
CSS code for this palette
/* CSS */
.sundried-tomato {
color: #682c2e;
}
.texas-ranger-brown {
color: #9f512d;
}
.tile-red {
color: #c8694c;
}
.wax-way {
color: #d8b569;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
/* CSS Variables */
:root {
--sundried-tomato:#682c2e;
--texas-ranger-brown:#9f512d;
--tile-red:#c8694c;
--wax-way:#d8b569;
--smooth-as-corn-silk:#f6e5b1;
}