Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.gamboge-yellow {
color: #e3d359;
}
.dull-yellow {
color: #f0da5c;
}
.club-mate {
color: #f6e07e;
}
.drover {
color: #f9eb9a;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--gamboge-yellow:#e3d359;
--dull-yellow:#f0da5c;
--club-mate:#f6e07e;
--drover:#f9eb9a;
}