Color names in this palette
CSS code for this palette
/* CSS */
.white-elf {
color: #f5c47f;
}
.corn-maze {
color: #e0aa6c;
}
.brown-sugar-glaze {
color: #d07849;
}
.trinidad {
color: #c64d2f;
}
.chinese-brown {
color: #a83a24;
}
/* CSS Variables */
:root {
--white-elf:#f5c47f;
--corn-maze:#e0aa6c;
--brown-sugar-glaze:#d07849;
--trinidad:#c64d2f;
--chinese-brown:#a83a24;
}