Color names in this palette
CSS code for this palette
/* CSS */
.great-gazoo {
color: #5c9d6f;
}
.rally-green {
color: #7dbf80;
}
.celtic-spring {
color: #a9e0b1;
}
.spirit-whisper {
color: #e5f6bb;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--great-gazoo:#5c9d6f;
--rally-green:#7dbf80;
--celtic-spring:#a9e0b1;
--spirit-whisper:#e5f6bb;
--welcoming-wasp:#f0a800;
}