Blue Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Ocean palette

Share this palette to:

Blue Ocean color palette CSS

/* CSS */
.color-1 {
color: #045f90;
}
.color-2 {
color: #046e9f;
}
.color-3 {
color: #0480a9;
}
.color-4 {
color: #3e8dac;
}
.color-5 {
color: #5e84b5;
}

/* CSS Variables */
:root {
--color-1: #045f90;
--color-2: #046e9f;
--color-3: #0480a9;
--color-4: #3e8dac;
--color-5: #5e84b5;
}

Blue Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #045f90, #046e9f, #0480a9, #3e8dac, #5e84b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #045f90, #046e9f, #0480a9, #3e8dac, #5e84b5);
}

Blue Ocean color palette created on .