Color names in this palette
CSS code for this palette
/* CSS */
.straw-basket {
color: #d8c79d;
}
.hashibami-brown {
color: #bfa46e;
}
.mustard-gold {
color: #a3894d;
}
.mango-squash {
color: #8c703b;
}
.cafe-royale {
color: #6a4b29;
}
/* CSS Variables */
:root {
--straw-basket:#d8c79d;
--hashibami-brown:#bfa46e;
--mustard-gold:#a3894d;
--mango-squash:#8c703b;
--cafe-royale:#6a4b29;
}