Color names in this palette
CSS code for this palette
/* CSS */
.carrot-orange {
color: #ed9121;
}
.mad-for-mango {
color: #f59f00;
}
.sunny-mood {
color: #f9ca48;
}
.first-colors-of-spring {
color: #dae74b;
}
.two-peas-in-a-pod {
color: #a3c94f;
}
/* CSS Variables */
:root {
--carrot-orange:#ed9121;
--mad-for-mango:#f59f00;
--sunny-mood:#f9ca48;
--first-colors-of-spring:#dae74b;
--two-peas-in-a-pod:#a3c94f;
}