Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.waffle-cone {
color: #e5c77b;
}
.lili-elbe-s-pink {
color: #d9a0b0;
}
.daphne-rose {
color: #c077b3;
}
.hyacinth-violet {
color: #9b4b94;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--waffle-cone:#e5c77b;
--lili-elbe-s-pink:#d9a0b0;
--daphne-rose:#c077b3;
--hyacinth-violet:#9b4b94;
}