Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.sunny-mood {
color: #f8ca49;
}
.coco-lemon-tart {
color: #f1e188;
}
.fairway-mist {
color: #c9e5b3;
}
.chloride {
color: #91d9c2;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--sunny-mood:#f8ca49;
--coco-lemon-tart:#f1e188;
--fairway-mist:#c9e5b3;
--chloride:#91d9c2;
}