Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4c8c4a;
}
.primo {
color: #7bbd6b;
}
.basil-smash {
color: #b8e2a2;
}
.marigold-dust {
color: #f5d03d;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--lush-grass:#4c8c4a;
--primo:#7bbd6b;
--basil-smash:#b8e2a2;
--marigold-dust:#f5d03d;
--welcoming-wasp:#f0a800;
}