Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.allports {
color: #1e707b;
}
.capture {
color: #2bb1a5;
}
.saline-water {
color: #c5e8e6;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--allports:#1e707b;
--capture:#2bb1a5;
--saline-water:#c5e8e6;
--sunshine-mellow:#f1c40e;
}