Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.glitter-yellow {
color: #f9d75d;
}
.lemon-pound-cake {
color: #fddb91;
}
.pink-fit {
color: #f6a2b2;
}
.watermelon-juice {
color: #f36284;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--glitter-yellow:#f9d75d;
--lemon-pound-cake:#fddb91;
--pink-fit:#f6a2b2;
--watermelon-juice:#f36284;
}