Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.pyrite {
color: #f6c341;
}
.nanohanacha-gold {
color: #e6b22d;
}
.immortelle-yellow {
color: #d2a10f;
}
.main-mast-gold {
color: #b39200;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--pyrite:#f6c341;
--nanohanacha-gold:#e6b22d;
--immortelle-yellow:#d2a10f;
--main-mast-gold:#b39200;
}