Color names in this palette
CSS code for this palette
/* CSS */
.paradise-of-greenery {
color: #3b8c4b;
}
.mate-tea {
color: #7db08d;
}
.jardin {
color: #bbd0a9;
}
.bungalow-maple {
color: #e4c790;
}
.harvest-eve-gold {
color: #de9102;
}
/* CSS Variables */
:root {
--paradise-of-greenery:#3b8c4b;
--mate-tea:#7db08d;
--jardin:#bbd0a9;
--bungalow-maple:#e4c790;
--harvest-eve-gold:#de9102;
}