Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #dba400;
}
.syndicalist {
color: #f5c400;
}
.fluffy-duckling {
color: #f7e13b;
}
.green-glow {
color: #a8c658;
}
.royal-flycatcher-crest {
color: #f06c00;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#dba400;
--syndicalist:#f5c400;
--fluffy-duckling:#f7e13b;
--green-glow:#a8c658;
--royal-flycatcher-crest:#f06c00;
}