Color names in this palette
CSS code for this palette
/* CSS */
.lemon-filling {
color: #fae4a8;
}
.antique-wicker-basket {
color: #f3d3a0;
}
.venice-square {
color: #e8c492;
}
.yolande {
color: #d4a687;
}
.foxen {
color: #bf907d;
}
/* CSS Variables */
:root {
--lemon-filling:#fae4a8;
--antique-wicker-basket:#f3d3a0;
--venice-square:#e8c492;
--yolande:#d4a687;
--foxen:#bf907d;
}