Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.saxony-blue {
color: #1e6d8a;
}
.green-grapple {
color: #3bb5b5;
}
.banana-drama {
color: #f1d84b;
}
.halt-and-catch-fire {
color: #ff692e;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--saxony-blue:#1e6d8a;
--green-grapple:#3bb5b5;
--banana-drama:#f1d84b;
--halt-and-catch-fire:#ff692e;
}