Color names in this palette
CSS code for this palette
/* CSS */
.forest-maid {
color: #5abf5a;
}
.cool-aloe {
color: #a9d9a1;
}
.light-green-glint {
color: #e3f6d5;
}
.blended-fruit {
color: #f8e1a5;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--forest-maid:#5abf5a;
--cool-aloe:#a9d9a1;
--light-green-glint:#e3f6d5;
--blended-fruit:#f8e1a5;
--breeze-of-chilli:#f36d6d;
}