Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f2a202;
}
.shocking-orange {
color: #ff6d1f;
}
.clementine-earring {
color: #ff9b05;
}
.forsythia {
color: #ffc505;
}
.mantella-frog {
color: #ffbc05;
}
/* CSS Variables */
:root {
--lemon-dream:#f2a202;
--shocking-orange:#ff6d1f;
--clementine-earring:#ff9b05;
--forsythia:#ffc505;
--mantella-frog:#ffbc05;
}