Color names in this palette
CSS code for this palette
/* CSS */
.saxophone-gold {
color: #cdaf7e;
}
.veranda-gold {
color: #b19c68;
}
.rattan {
color: #a68f5e;
}
.steady-brown {
color: #8a6a4c;
}
.bee-master {
color: #735b3a;
}
/* CSS Variables */
:root {
--saxophone-gold:#cdaf7e;
--veranda-gold:#b19c68;
--rattan:#a68f5e;
--steady-brown:#8a6a4c;
--bee-master:#735b3a;
}