CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.barrel {
color: #f1b06a;
}
.straw {
color: #e5d76c;
}
.field-day {
color: #c9e4a5;
}
.terrace-pool {
color: #a1d6e2;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--barrel:#f1b06a;
--straw:#e5d76c;
--field-day:#c9e4a5;
--terrace-pool:#a1d6e2;
}