Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f9e6a9;
}
.syndicalist {
color: #f5c400;
}
.orange-satisfaction {
color: #db9d00;
}
.golden-brown {
color: #b37a00;
}
.sunlit-kelp-green {
color: #806c00;
}
/* CSS Variables */
:root {
--gold-sand:#f9e6a9;
--syndicalist:#f5c400;
--orange-satisfaction:#db9d00;
--golden-brown:#b37a00;
--sunlit-kelp-green:#806c00;
}