Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.wooden-cabin {
color: #7a5c3e;
}
.brown-alpaca {
color: #b56c2c;
}
.sunlounge {
color: #d87f2c;
}
.opal-flame {
color: #e65d51;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--wooden-cabin:#7a5c3e;
--brown-alpaca:#b56c2c;
--sunlounge:#d87f2c;
--opal-flame:#e65d51;
}