Color names in this palette
CSS code for this palette
/* CSS */
.energetic-orange {
color: #d25637;
}
.welcoming-wasp {
color: #f0a800;
}
.pyrite {
color: #f8c43f;
}
.tender-shoots {
color: #a7cf3a;
}
.pale-green {
color: #6aaf79;
}
/* CSS Variables */
:root {
--energetic-orange:#d25637;
--welcoming-wasp:#f0a800;
--pyrite:#f8c43f;
--tender-shoots:#a7cf3a;
--pale-green:#6aaf79;
}