Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.rusty-coin {
color: #8c5a2b;
}
.gruy-re-cheese {
color: #f5deb2;
}
.soviet-gold {
color: #ffd900;
}
.buttermelon {
color: #fff8db;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--rusty-coin:#8c5a2b;
--gruy-re-cheese:#f5deb2;
--soviet-gold:#ffd900;
--buttermelon:#fff8db;
}