Color names in this palette
CSS code for this palette
/* CSS */
.fuegan-orange {
color: #c47b4a;
}
.english-custard {
color: #e2b86a;
}
.madera {
color: #f0d09e;
}
.venetian-yellow {
color: #f7e4a1;
}
.manila {
color: #e6c9a7;
}
/* CSS Variables */
:root {
--fuegan-orange:#c47b4a;
--english-custard:#e2b86a;
--madera:#f0d09e;
--venetian-yellow:#f7e4a1;
--manila:#e6c9a7;
}