Color names in this palette
CSS code for this palette
/* CSS */
.sabal-palm {
color: #4c6b4e;
}
.slate-green {
color: #698c6d;
}
.spring-rain {
color: #a1b89d;
}
.ulthuan-grey {
color: #c7e1d6;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--sabal-palm:#4c6b4e;
--slate-green:#698c6d;
--spring-rain:#a1b89d;
--ulthuan-grey:#c7e1d6;
--weathered-mint:#e5f8e2;
}