Color names in this palette
CSS code for this palette
/* CSS */
.hygiene-green {
color: #5abfba;
}
.top-banana {
color: #f9d771;
}
.peach-butter {
color: #fbaf3c;
}
.flirty-rose {
color: #d65c8b;
}
.galactic-wonder {
color: #481f5c;
}
/* CSS Variables */
:root {
--hygiene-green:#5abfba;
--top-banana:#f9d771;
--peach-butter:#fbaf3c;
--flirty-rose:#d65c8b;
--galactic-wonder:#481f5c;
}