Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.shocking-orange {
color: #ff6d1f;
}
.orange-pop {
color: #ffb83d;
}
.polly {
color: #ffc9a3;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--shocking-orange:#ff6d1f;
--orange-pop:#ffb83d;
--polly:#ffc9a3;
--cor-de-pele:#f4c3c3;
}