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: #0096db;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #f45d2f;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b4e6;
--color-3: #a3d7e0;
--color-4: #f9e79f;
--color-5: #f45d2f;
}

Blue Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b4e6, #a3d7e0, #f9e79f, #f45d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b4e6, #a3d7e0, #f9e79f, #f45d2f);
}

Blue Ocean color palette created on .