Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.texas-ranger-brown {
color: #9f512d;
}
.n-rang-orange {
color: #ff8052;
}
.glass-jar-blue {
color: #1fb2aa;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--texas-ranger-brown:#9f512d;
--n-rang-orange:#ff8052;
--glass-jar-blue:#1fb2aa;
--steel-blue:#4682b4;
}