Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-sorbet {
color: #ffad42;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.diva-pink {
color: #ff3d77;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--mandarin-sorbet:#ffad42;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--diva-pink:#ff3d77;
--n-rang-orange:#ff8052;
}