Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c8a96a;
}
.funchal-yellow {
color: #b48950;
}
.castellina {
color: #a36b3e;
}
.gingerbread {
color: #8c4c2b;
}
.corrosion-red {
color: #7b2d1e;
}
/* CSS Variables */
:root {
--ginger-ale:#c8a96a;
--funchal-yellow:#b48950;
--castellina:#a36b3e;
--gingerbread:#8c4c2b;
--corrosion-red:#7b2d1e;
}