Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.fluffy-duckling {
color: #f7e13b;
}
.longlure-frogfish {
color: #e8d54a;
}
.woven-gold {
color: #d6b73d;
}
.pirate-gold {
color: #b97a2d;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--fluffy-duckling:#f7e13b;
--longlure-frogfish:#e8d54a;
--woven-gold:#d6b73d;
--pirate-gold:#b97a2d;
}