Color names in this palette
CSS code for this palette
/* CSS */
.rope {
color: #8b5b3c;
}
.vintage-pottery {
color: #a76a49;
}
.maple-syrup-brown {
color: #c68958;
}
.wooden-sword {
color: #dfaf7c;
}
.citrus-sachet {
color: #f4c9a4;
}
/* CSS Variables */
:root {
--rope:#8b5b3c;
--vintage-pottery:#a76a49;
--maple-syrup-brown:#c68958;
--wooden-sword:#dfaf7c;
--citrus-sachet:#f4c9a4;
}