Color names in this palette
CSS code for this palette
/* CSS */
.summer-sky {
color: #3cb8e2;
}
.zombie-green {
color: #5dd076;
}
.crystal-green {
color: #a6d97d;
}
.lazy-daisy {
color: #f4e79f;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--summer-sky:#3cb8e2;
--zombie-green:#5dd076;
--crystal-green:#a6d97d;
--lazy-daisy:#f4e79f;
--welcoming-wasp:#f0a800;
}