Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.green-trance {
color: #a2d7a3;
}
.kiwi-ice-cream {
color: #e5e5a4;
}
.squash-blossom {
color: #f6b83c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--green-trance:#a2d7a3;
--kiwi-ice-cream:#e5e5a4;
--squash-blossom:#f6b83c;
--orange-gluttony:#e77e23;
}