Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.peach-taffy {
color: #f5b88e;
}
.apricot-jam {
color: #f2a873;
}
.evening-sunset {
color: #efb06c;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--antique-wicker-basket:#f6d4a2;
--peach-taffy:#f5b88e;
--apricot-jam:#f2a873;
--evening-sunset:#efb06c;
}