Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b0;
}
.crunch {
color: #f4b55d;
}
.flame-seal {
color: #f2e15f;
}
.lime-lizard {
color: #a1d65c;
}
.hygiene-green {
color: #5bc2b6;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b0;
--crunch:#f4b55d;
--flame-seal:#f2e15f;
--lime-lizard:#a1d65c;
--hygiene-green:#5bc2b6;
}