Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.gold-season {
color: #b19a72;
}
.ancient-scroll {
color: #f1e4d0;
}
.alden-till {
color: #7c4b4b;
}
.peri-peri {
color: #c62f2f;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--gold-season:#b19a72;
--ancient-scroll:#f1e4d0;
--alden-till:#7c4b4b;
--peri-peri:#c62f2f;
}