Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.squash-blossom {
color: #f6b83c;
}
.forsythia-blossom {
color: #f5d76b;
}
.crystal-green {
color: #a4d57b;
}
.petrol-green {
color: #4f9c8b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--squash-blossom:#f6b83c;
--forsythia-blossom:#f5d76b;
--crystal-green:#a4d57b;
--petrol-green:#4f9c8b;
}