Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.shocking-orange {
color: #ff6d1f;
}
.nature-apricot {
color: #ffb7a3;
}
.fight-the-sunrise {
color: #ff99aa;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--shocking-orange:#ff6d1f;
--nature-apricot:#ffb7a3;
--fight-the-sunrise:#ff99aa;
--pink-pepper:#f25a69;
}