Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.dancing-daisy {
color: #f3c758;
}
.inventive-orange {
color: #e79f6e;
}
.golgfag-brown {
color: #d77c70;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--dancing-daisy:#f3c758;
--inventive-orange:#e79f6e;
--golgfag-brown:#d77c70;
--painted-poppy:#c94b3b;
}