Light Sea Green Color Palette

Discover the beautiful Light Sea Green color palette featuring turquoise (#2ee0d4), turquoise blue (#4ae3db), riptide (#80e5e3), water leaf (#a1e8e2) and iceberg (#cbf1e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Coastal, Bright, Spring, 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 Light Sea Green palette

Share this palette to:

💻 Light Sea Green color palette CSS

/* CSS */
.color-1 {
color: #2ee0d4;
}
.color-2 {
color: #4ae3db;
}
.color-3 {
color: #80e5e3;
}
.color-4 {
color: #a1e8e2;
}
.color-5 {
color: #cbf1e2;
}

/* CSS Variables */
:root {
--color-1: #2ee0d4;
--color-2: #4ae3db;
--color-3: #80e5e3;
--color-4: #a1e8e2;
--color-5: #cbf1e2;
}

🌈 Light Sea Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ee0d4, #4ae3db, #80e5e3, #a1e8e2, #cbf1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ee0d4, #4ae3db, #80e5e3, #a1e8e2, #cbf1e2);
}

Light Sea Green color palette created on .