Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f6df60;
}
.golden-grass {
color: #d9a930;
}
.nataneyu-gold {
color: #a37b14;
}
.shadowed-steel {
color: #4a4a4a;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--dilly-dally:#f6df60;
--golden-grass:#d9a930;
--nataneyu-gold:#a37b14;
--shadowed-steel:#4a4a4a;
--bleached-silk:#f2f2f2;
}