Color names in this palette
CSS code for this palette
/* CSS */
.oriole-yellow {
color: #f5d47a;
}
.mincemeat {
color: #b66a3e;
}
.mod-orange {
color: #d6593d;
}
.gingerbread {
color: #8e4e2e;
}
.acajou {
color: #4c2c24;
}
/* CSS Variables */
:root {
--oriole-yellow:#f5d47a;
--mincemeat:#b66a3e;
--mod-orange:#d6593d;
--gingerbread:#8e4e2e;
--acajou:#4c2c24;
}