Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.syndicalist {
color: #f5c400;
}
.golden-beryl-yellow {
color: #dba400;
}
.romaine-green {
color: #a88c00;
}
.sunlit-kelp-green {
color: #806c00;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--syndicalist:#f5c400;
--golden-beryl-yellow:#dba400;
--romaine-green:#a88c00;
--sunlit-kelp-green:#806c00;
}