Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f7d54a;
}
.spanish-yellow {
color: #f2b50d;
}
.yellow-ochre {
color: #c79b0a;
}
.butter-fudge {
color: #a66907;
}
.g-d-on-brown {
color: #7e4e02;
}
/* CSS Variables */
:root {
--anna-banana:#f7d54a;
--spanish-yellow:#f2b50d;
--yellow-ochre:#c79b0a;
--butter-fudge:#a66907;
--g-d-on-brown:#7e4e02;
}