Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.yellow-tulip {
color: #f6d16a;
}
.goldsmith {
color: #f0b14c;
}
.golden-koi {
color: #e9a34e;
}
.cat-s-eye-marble {
color: #d6a75c;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--yellow-tulip:#f6d16a;
--goldsmith:#f0b14c;
--golden-koi:#e9a34e;
--cat-s-eye-marble:#d6a75c;
}