Color names in this palette
CSS code for this palette
/* CSS */
.sushi {
color: #7c9d34;
}
.two-peas-in-a-pod {
color: #a3c94f;
}
.clean-n-crisp {
color: #d1e990;
}
.australian-mint {
color: #f1f5a8;
}
.bumblebee {
color: #ffcb2e;
}
/* CSS Variables */
:root {
--sushi:#7c9d34;
--two-peas-in-a-pod:#a3c94f;
--clean-n-crisp:#d1e990;
--australian-mint:#f1f5a8;
--bumblebee:#ffcb2e;
}