Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.dried-goldenrod {
color: #e0a929;
}
.duck-sauce {
color: #c99b1d;
}
.nataneyu-gold {
color: #a37b14;
}
.autumn-leaf-brown {
color: #7c5b0e;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--dried-goldenrod:#e0a929;
--duck-sauce:#c99b1d;
--nataneyu-gold:#a37b14;
--autumn-leaf-brown:#7c5b0e;
}