Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4c3d24;
}
.scarecrow-frown {
color: #a45b2d;
}
.saffron-robe {
color: #d59f4d;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.vanilla-cream {
color: #f7e3ab;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4c3d24;
--scarecrow-frown:#a45b2d;
--saffron-robe:#d59f4d;
--deep-fried-sun-rays:#f4c65d;
--vanilla-cream:#f7e3ab;
}