Color names in this palette
CSS code for this palette
/* CSS */
.young-greens {
color: #d5ed91;
}
.storm-lightning {
color: #f9e59f;
}
.rosy-nectar {
color: #f2c5e4;
}
.mint-parfait {
color: #b7e6b8;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--young-greens:#d5ed91;
--storm-lightning:#f9e59f;
--rosy-nectar:#f2c5e4;
--mint-parfait:#b7e6b8;
--shrimp-cocktail:#f4a462;
}