Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-stroll {
color: #d7c4a3;
}
.tarragon-tease {
color: #b4aa83;
}
.essential-brown {
color: #7c6a46;
}
.witch-s-cottage {
color: #4b3c2a;
}
.deep-daichi-black {
color: #302e2c;
}
/* CSS Variables */
:root {
--afternoon-stroll:#d7c4a3;
--tarragon-tease:#b4aa83;
--essential-brown:#7c6a46;
--witch-s-cottage:#4b3c2a;
--deep-daichi-black:#302e2c;
}