Color names in this palette
CSS code for this palette
/* CSS */
.herb-blend {
color: #4a8c6b;
}
.young-fern {
color: #6ebf7b;
}
.grape-green {
color: #a7e0a4;
}
.portofino {
color: #f3f29b;
}
.balinese-sunset {
color: #f1a579;
}
/* CSS Variables */
:root {
--herb-blend:#4a8c6b;
--young-fern:#6ebf7b;
--grape-green:#a7e0a4;
--portofino:#f3f29b;
--balinese-sunset:#f1a579;
}