Color names in this palette
CSS code for this palette
/* CSS */
.golden-schnitzel {
color: #e3b80d;
}
.march-yellow {
color: #f1d788;
}
.maiden-hair {
color: #f4e9c8;
}
.green-hornet {
color: #6c9b59;
}
.rock-spray {
color: #9f492d;
}
/* CSS Variables */
:root {
--golden-schnitzel:#e3b80d;
--march-yellow:#f1d788;
--maiden-hair:#f4e9c8;
--green-hornet:#6c9b59;
--rock-spray:#9f492d;
}