Serenity of the Sea Color Palette

Discover the beautiful Serenity of the Sea color palette featuring morning glory (#a3d3e0), glacier (#7ab0c2), wedgewood (#4b8b9b), casal (#2f666a) and blue dianne (#1c4345).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Summer 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 Serenity of the Sea palette

Share this palette to:

💻 Serenity of the Sea color palette CSS

/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #7ab0c2;
}
.color-3 {
color: #4b8b9b;
}
.color-4 {
color: #2f666a;
}
.color-5 {
color: #1c4345;
}

/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #7ab0c2;
--color-3: #4b8b9b;
--color-4: #2f666a;
--color-5: #1c4345;
}

🌈 Serenity of the Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #7ab0c2, #4b8b9b, #2f666a, #1c4345);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #7ab0c2, #4b8b9b, #2f666a, #1c4345);
}

Serenity of the Sea color palette created on .