Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.currywurst {
color: #e3a731;
}
.roman-gold {
color: #d69b2e;
}
.gentleman-s-whiskey {
color: #c58a2b;
}
.weapon-bronze {
color: #b77c2a;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--currywurst:#e3a731;
--roman-gold:#d69b2e;
--gentleman-s-whiskey:#c58a2b;
--weapon-bronze:#b77c2a;
}