Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.mexican-spirit {
color: #d67f38;
}
.hamburger {
color: #a74d2a;
}
.cioccolato {
color: #5d3b2d;
}
.phellodendron-amurense {
color: #f5c13d;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--mexican-spirit:#d67f38;
--hamburger:#a74d2a;
--cioccolato:#5d3b2d;
--phellodendron-amurense:#f5c13d;
}