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: #00329e;
}
.color-2 {
color: #005bbd;
}
.color-3 {
color: #0087e0;
}
.color-4 {
color: #00aeff;
}
.color-5 {
color: #33ccff;
}

/* CSS Variables */
:root {
--color-1: #00329e;
--color-2: #005bbd;
--color-3: #0087e0;
--color-4: #00aeff;
--color-5: #33ccff;
}

Blue Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00329e, #005bbd, #0087e0, #00aeff, #33ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00329e, #005bbd, #0087e0, #00aeff, #33ccff);
}

Blue Ocean color palette created on .