Ocean Blue Color Palette

Discover the beautiful Ocean Blue color palette featuring fiord (#3e5960), granny smith (#89989a), maverick (#dbc2cd), lola (#eae1e8) and prim (#faf5fa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Pink, Cream, Light, Muted, Elegant, Soft, Modern 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: #3e5960;
}
.color-2 {
color: #89989a;
}
.color-3 {
color: #dbc2cd;
}
.color-4 {
color: #eae1e8;
}
.color-5 {
color: #faf5fa;
}

/* CSS Variables */
:root {
--color-1: #3e5960;
--color-2: #89989a;
--color-3: #dbc2cd;
--color-4: #eae1e8;
--color-5: #faf5fa;
}

🌈 Ocean Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5960, #89989a, #dbc2cd, #eae1e8, #faf5fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5960, #89989a, #dbc2cd, #eae1e8, #faf5fa);
}

Ocean Blue color palette created on .