Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.honey-gold {
color: #e3b77d;
}
.hay-wain {
color: #cfaf59;
}
.tiki-torch {
color: #b39d3d;
}
.aubergine-green {
color: #8f7924;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--honey-gold:#e3b77d;
--hay-wain:#cfaf59;
--tiki-torch:#b39d3d;
--aubergine-green:#8f7924;
}