Color names in this palette
CSS code for this palette
/* CSS */
.young-fern {
color: #6ebf7b;
}
.green-trance {
color: #9ed6a5;
}
.natural-youth {
color: #d5e5b3;
}
.daisy-desi {
color: #f9df8b;
}
.shrimp-cocktail {
color: #f4a662;
}
/* CSS Variables */
:root {
--young-fern:#6ebf7b;
--green-trance:#9ed6a5;
--natural-youth:#d5e5b3;
--daisy-desi:#f9df8b;
--shrimp-cocktail:#f4a662;
}