Ocean Blue Color Palette

Discover the beautiful Ocean Blue color palette featuring cello (#1f3d5c), steel blue (#4b8cb4), downy (#78c1d3), saffron (#f6b83c) and hot cinnamon (#d85f22).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Tropical color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

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 .