Color names in this palette
CSS code for this palette
/* CSS */
.drop-green {
color: #6dbf5f;
}
.cool-aloe {
color: #a4d89d;
}
.frozen-forest {
color: #d2e8b5;
}
.pastoral {
color: #f1f9d7;
}
.porcelain-earth {
color: #f4fcb6;
}
/* CSS Variables */
:root {
--drop-green:#6dbf5f;
--cool-aloe:#a4d89d;
--frozen-forest:#d2e8b5;
--pastoral:#f1f9d7;
--porcelain-earth:#f4fcb6;
}