Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a1;
}
.green-myth {
color: #c4e1c1;
}
.chiffon {
color: #f2f6bb;
}
.star-studded {
color: #f9ebae;
}
.blended-fruit {
color: #fae4a3;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a1;
--green-myth:#c4e1c1;
--chiffon:#f2f6bb;
--star-studded:#f9ebae;
--blended-fruit:#fae4a3;
}