CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.ronchi {
color: #e9b54e;
}
.sandstorm {
color: #f2d740;
}
.pasta-luego {
color: #f9e380;
}
.goldsmith {
color: #f0b44c;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--ronchi:#e9b54e;
--sandstorm:#f2d740;
--pasta-luego:#f9e380;
--goldsmith:#f0b44c;
}