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: #1f3d5c;
}
.color-2 {
color: #4b8cb4;
}
.color-3 {
color: #78c1d3;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d85f22;
}

/* CSS Variables */
:root {
--color-1: #1f3d5c;
--color-2: #4b8cb4;
--color-3: #78c1d3;
--color-4: #f6b83c;
--color-5: #d85f22;
}

Ocean Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d5c, #4b8cb4, #78c1d3, #f6b83c, #d85f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d5c, #4b8cb4, #78c1d3, #f6b83c, #d85f22);
}

Ocean Blue color palette created on .