Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.theatre-gold {
color: #a86d24;
}
.radigan-conagher-brown {
color: #6a4e39;
}
.french-creme {
color: #f2e6cf;
}
.mountbatten-pink {
color: #997a8b;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--theatre-gold:#a86d24;
--radigan-conagher-brown:#6a4e39;
--french-creme:#f2e6cf;
--mountbatten-pink:#997a8b;
}