Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.basket-of-gold {
color: #f1d03b;
}
.frisky {
color: #c7e09f;
}
.blue-cuddle {
color: #80b2d1;
}
.rainy-lake {
color: #3f6d92;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--basket-of-gold:#f1d03b;
--frisky:#c7e09f;
--blue-cuddle:#80b2d1;
--rainy-lake:#3f6d92;
}