Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.lamplight {
color: #fbd041;
}
.bicycle-yellow {
color: #fee78b;
}
.pink-chalk {
color: #f5a3be;
}
.fruity-licious {
color: #f68e8e;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--lamplight:#fbd041;
--bicycle-yellow:#fee78b;
--pink-chalk:#f5a3be;
--fruity-licious:#f68e8e;
}