Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.squash-blossom {
color: #f6b83c;
}
.sunday-afternoon {
color: #f6c479;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.tea-light {
color: #f6e4c1;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--squash-blossom:#f6b83c;
--sunday-afternoon:#f6c479;
--antique-wicker-basket:#f6d2a2;
--tea-light:#f6e4c1;
}