Color names in this palette
CSS code for this palette
/* CSS */
.gold-dust {
color: #a37e3e;
}
.tiki-torch {
color: #b39f3d;
}
.green-sheen {
color: #d6c64c;
}
.pineapple-slice {
color: #e9d690;
}
.bone-white {
color: #f2e2b0;
}
/* CSS Variables */
:root {
--gold-dust:#a37e3e;
--tiki-torch:#b39f3d;
--green-sheen:#d6c64c;
--pineapple-slice:#e9d690;
--bone-white:#f2e2b0;
}