Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.guava {
color: #ff9b29;
}
.paris-daisy {
color: #ffe74d;
}
.burst-of-lime {
color: #a9d94a;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--guava:#ff9b29;
--paris-daisy:#ffe74d;
--burst-of-lime:#a9d94a;
--reddish-pink:#ff2e54;
}