Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.squash-blossom {
color: #f6b83c;
}
.facemark {
color: #f6d288;
}
.fresh-water {
color: #c3e0f4;
}
.boyzone {
color: #2a93d5;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--squash-blossom:#f6b83c;
--facemark:#f6d288;
--fresh-water:#c3e0f4;
--boyzone:#2a93d5;
}