Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1e4c80;
}
.peaceful-river {
color: #4d9ed1;
}
.horizon-haze {
color: #7fc2e6;
}
.azure-sky {
color: #b1e0f6;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--maritime-outpost:#1e4c80;
--peaceful-river:#4d9ed1;
--horizon-haze:#7fc2e6;
--azure-sky:#b1e0f6;
--white-solid:#f5f8fa;
}