Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.nanohanacha-gold {
color: #e6b22d;
}
.turmeric-tea {
color: #d58e2a;
}
.theatre-gold {
color: #a46823;
}
.trojan-horse-brown {
color: #794d1b;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--nanohanacha-gold:#e6b22d;
--turmeric-tea:#d58e2a;
--theatre-gold:#a46823;
--trojan-horse-brown:#794d1b;
}