Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f7d3a1;
}
.themeda-japonica {
color: #e6b03d;
}
.gamboge-yellow {
color: #e8cf5e;
}
.lattice-work {
color: #b7e1bf;
}
.cyantific {
color: #75c7c0;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f7d3a1;
--themeda-japonica:#e6b03d;
--gamboge-yellow:#e8cf5e;
--lattice-work:#b7e1bf;
--cyantific:#75c7c0;
}