Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e4a0;
}
.frozen-forest {
color: #d1e8b5;
}
.chiffon {
color: #f2f6b6;
}
.peach-damask {
color: #f7c5a6;
}
.sugar-poppy {
color: #e58080;
}
/* CSS Variables */
:root {
--grape-green:#a8e4a0;
--frozen-forest:#d1e8b5;
--chiffon:#f2f6b6;
--peach-damask:#f7c5a6;
--sugar-poppy:#e58080;
}