Ocean Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Blue palette

Share this palette to:

Ocean Blue color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3b6e9b;
}
.color-3 {
color: #5f9fbf;
}
.color-4 {
color: #8dd1e8;
}
.color-5 {
color: #c3e2f3;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3b6e9b;
--color-3: #5f9fbf;
--color-4: #8dd1e8;
--color-5: #c3e2f3;
}

Ocean Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3b6e9b, #5f9fbf, #8dd1e8, #c3e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3b6e9b, #5f9fbf, #8dd1e8, #c3e2f3);
}

Ocean Blue color palette created on .