Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.castellina {
color: #a66c3f;
}
.ceremonial-gold {
color: #d69d5c;
}
.pink-mimosa {
color: #f4b9a9;
}
.anthracite-red {
color: #6f2a3e;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--castellina:#a66c3f;
--ceremonial-gold:#d69d5c;
--pink-mimosa:#f4b9a9;
--anthracite-red:#6f2a3e;
}