Color names in this palette
CSS code for this palette
/* CSS */
.aqua-forest {
color: #5ea676;
}
.pinehurst {
color: #2a795c;
}
.country-meadow {
color: #1f5b4d;
}
.aqua-island {
color: #a1d9d5;
}
.bone-chilling {
color: #e2f3f1;
}
/* CSS Variables */
:root {
--aqua-forest:#5ea676;
--pinehurst:#2a795c;
--country-meadow:#1f5b4d;
--aqua-island:#a1d9d5;
--bone-chilling:#e2f3f1;
}