Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.australium-gold {
color: #eab239;
}
.glitzy-gold {
color: #d8a22c;
}
.nugget {
color: #b78f2a;
}
.nataneyu-gold {
color: #aa7d1d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--australium-gold:#eab239;
--glitzy-gold:#d8a22c;
--nugget:#b78f2a;
--nataneyu-gold:#aa7d1d;
}