Color names in this palette
CSS code for this palette
/* CSS */
.rusty-coin {
color: #8c5a2b;
}
.bran {
color: #a86e4d;
}
.sinking-sand {
color: #d6b87a;
}
.peach-latte {
color: #e5c39f;
}
.friendly-yellow {
color: #f4e1b3;
}
/* CSS Variables */
:root {
--rusty-coin:#8c5a2b;
--bran:#a86e4d;
--sinking-sand:#d6b87a;
--peach-latte:#e5c39f;
--friendly-yellow:#f4e1b3;
}