Blue Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Waters palette

Share this palette to:

Blue Waters color palette CSS

/* CSS */
.color-1 {
color: #1e6f94;
}
.color-2 {
color: #35a9d0;
}
.color-3 {
color: #b3d8e5;
}
.color-4 {
color: #f99762;
}
.color-5 {
color: #fb5837;
}

/* CSS Variables */
:root {
--color-1: #1e6f94;
--color-2: #35a9d0;
--color-3: #b3d8e5;
--color-4: #f99762;
--color-5: #fb5837;
}

Blue Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6f94, #35a9d0, #b3d8e5, #f99762, #fb5837);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6f94, #35a9d0, #b3d8e5, #f99762, #fb5837);
}

Blue Waters color palette created on .