Color names in this palette
CSS code for this palette
/* CSS */
.kogane-gold {
color: #e6b71e;
}
.immortelle-yellow {
color: #d3a50d;
}
.fig-mustard-yellow {
color: #b8800f;
}
.hot-mustard {
color: #715e0e;
}
.turtle-skin {
color: #3d3c1a;
}
/* CSS Variables */
:root {
--kogane-gold:#e6b71e;
--immortelle-yellow:#d3a50d;
--fig-mustard-yellow:#b8800f;
--hot-mustard:#715e0e;
--turtle-skin:#3d3c1a;
}