Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.rainy-lake {
color: #3a6a8d;
}
.hydroport {
color: #5b9a9f;
}
.southern-belle {
color: #a7d7c7;
}
.snowy-evergreen {
color: #eff4e1;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--rainy-lake:#3a6a8d;
--hydroport:#5b9a9f;
--southern-belle:#a7d7c7;
--snowy-evergreen:#eff4e1;
}