Ocean Mist Color Palette

Discover the beautiful Ocean Mist color palette featuring charade (#2d2d3e), silver chalice (#a1a1a1), deep sea green (#0e4b6c), elm (#1f8989) and cutty sark (#4b6c6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Gray, Modern, Neutral, Soft, Teal, Vibrant 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 Mist palette

Share this palette to:

💻 Ocean Mist color palette CSS

/* CSS */
.color-1 {
color: #2d2d3e;
}
.color-2 {
color: #a1a1a1;
}
.color-3 {
color: #0e4b6c;
}
.color-4 {
color: #1f8989;
}
.color-5 {
color: #4b6c6c;
}

/* CSS Variables */
:root {
--color-1: #2d2d3e;
--color-2: #a1a1a1;
--color-3: #0e4b6c;
--color-4: #1f8989;
--color-5: #4b6c6c;
}

🌈 Ocean Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2d3e, #a1a1a1, #0e4b6c, #1f8989, #4b6c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2d3e, #a1a1a1, #0e4b6c, #1f8989, #4b6c6c);
}

Ocean Mist color palette created on .