Color names in this palette
CSS code for this palette
/* CSS */
.chicon {
color: #dcedb5;
}
.in-good-taste {
color: #b3d8a2;
}
.relaxation-green {
color: #a3d4a0;
}
.onion-seedling {
color: #4a8c60;
}
.kemp-kelly {
color: #3d7b47;
}
/* CSS Variables */
:root {
--chicon:#dcedb5;
--in-good-taste:#b3d8a2;
--relaxation-green:#a3d4a0;
--onion-seedling:#4a8c60;
--kemp-kelly:#3d7b47;
}