Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.jackfruit {
color: #f6c67e;
}
.peach-patch {
color: #f7d5a1;
}
.incan-treasure {
color: #f8e0c4;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--jackfruit:#f6c67e;
--peach-patch:#f7d5a1;
--incan-treasure:#f8e0c4;
--seasonal-beige:#e9b79f;
}