Dark Sea Color Palette

Discover the beautiful Dark Sea color palette featuring blue dianne (#1e3a4d), san juan (#2c5972), hippie blue (#4da1b3), aquamarine blue (#78d5e3) and ice cold (#a4f4f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Ocean, Summer, 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 Dark Sea palette

Share this palette to:

💻 Dark Sea color palette CSS

/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #2c5972;
}
.color-3 {
color: #4da1b3;
}
.color-4 {
color: #78d5e3;
}
.color-5 {
color: #a4f4f2;
}

/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #2c5972;
--color-3: #4da1b3;
--color-4: #78d5e3;
--color-5: #a4f4f2;
}

🌈 Dark Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #2c5972, #4da1b3, #78d5e3, #a4f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #2c5972, #4da1b3, #78d5e3, #a4f4f2);
}

Dark Sea color palette created on .