Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.last-sunlight {
color: #e5b738;
}
.green-sheen {
color: #d3ca4a;
}
.tart-apple {
color: #b5d87d;
}
.grand-valley {
color: #90bf7d;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--last-sunlight:#e5b738;
--green-sheen:#d3ca4a;
--tart-apple:#b5d87d;
--grand-valley:#90bf7d;
}