Color names in this palette
CSS code for this palette
/* CSS */
.lawn-party {
color: #5dbb63;
}
.patrice {
color: #8ad6a2;
}
.green-myth {
color: #c5e4c3;
}
.bleached-sunflower {
color: #f9e8a4;
}
.mixed-fruit {
color: #f9b9b4;
}
/* CSS Variables */
:root {
--lawn-party:#5dbb63;
--patrice:#8ad6a2;
--green-myth:#c5e4c3;
--bleached-sunflower:#f9e8a4;
--mixed-fruit:#f9b9b4;
}