Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.n-renji-orange {
color: #ffbf47;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.dark-orange {
color: #c75000;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--n-renji-orange:#ffbf47;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--dark-orange:#c75000;
}