Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.saxony-blue {
color: #1d6c8c;
}
.green-grapple {
color: #3db8af;
}
.jittery-jade {
color: #75e6b9;
}
.banana-sparkes {
color: #f4f9d7;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--saxony-blue:#1d6c8c;
--green-grapple:#3db8af;
--jittery-jade:#75e6b9;
--banana-sparkes:#f4f9d7;
}