Color names in this palette
CSS code for this palette
/* CSS */
.deep-marine {
color: #2f636a;
}
.evora {
color: #4f8b8c;
}
.neptune-green {
color: #7ebe9c;
}
.grape-green {
color: #a7e6a3;
}
.fresh-grown {
color: #f1f9c3;
}
/* CSS Variables */
:root {
--deep-marine:#2f636a;
--evora:#4f8b8c;
--neptune-green:#7ebe9c;
--grape-green:#a7e6a3;
--fresh-grown:#f1f9c3;
}