Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d8a64b;
}
.strike-it-rich {
color: #d9b45e;
}
.california-dreaming {
color: #e1c56b;
}
.hampton {
color: #e8d5a1;
}
.brushstroke {
color: #f2e1ba;
}
/* CSS Variables */
:root {
--plantain-chips:#d8a64b;
--strike-it-rich:#d9b45e;
--california-dreaming:#e1c56b;
--hampton:#e8d5a1;
--brushstroke:#f2e1ba;
}