Color names in this palette
CSS code for this palette
/* CSS */
.park-green-flat {
color: #88cda7;
}
.celadon {
color: #b0e3b1;
}
.light-carolina {
color: #d5f6d9;
}
.rising-star {
color: #f4f8d3;
}
.star-studded {
color: #f9ebae;
}
/* CSS Variables */
:root {
--park-green-flat:#88cda7;
--celadon:#b0e3b1;
--light-carolina:#d5f6d9;
--rising-star:#f4f8d3;
--star-studded:#f9ebae;
}