Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.sunflower-mango {
color: #ffb700;
}
.sunglow-gecko {
color: #ffce47;
}
.south-shore-sun {
color: #ffda9e;
}
.peach-of-mind {
color: #ffe2b3;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--sunflower-mango:#ffb700;
--sunglow-gecko:#ffce47;
--south-shore-sun:#ffda9e;
--peach-of-mind:#ffe2b3;
}