Color names in this palette
CSS code for this palette
/* CSS */
.cornsilk-yellow {
color: #f3c66d;
}
.last-sunlight {
color: #e5b738;
}
.curry {
color: #d5a630;
}
.sahara {
color: #b59b26;
}
.j-n-z-ng-gold {
color: #887a20;
}
/* CSS Variables */
:root {
--cornsilk-yellow:#f3c66d;
--last-sunlight:#e5b738;
--curry:#d5a630;
--sahara:#b59b26;
--j-n-z-ng-gold:#887a20;
}