Color names in this palette
CSS code for this palette
/* CSS */
.margarine {
color: #f0d62d;
}
.nanohanacha-gold {
color: #e6b22d;
}
.roman-gold {
color: #d69b2e;
}
.coppersmith {
color: #d68f3d;
}
.radiant-sun {
color: #f1c950;
}
/* CSS Variables */
:root {
--margarine:#f0d62d;
--nanohanacha-gold:#e6b22d;
--roman-gold:#d69b2e;
--coppersmith:#d68f3d;
--radiant-sun:#f1c950;
}