Sea Nymph Color Palette

Discover the beautiful Sea Nymph color palette featuring sea nymph (#76a29b), shadow green (#a2c8b6), jagged ice (#c3e5df), aqua haze (#eff5f4) and wewak (#f6a6a2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Sea Nymph color palette CSS

/* CSS */
.color-1 {
color: #76a29b;
}
.color-2 {
color: #a2c8b6;
}
.color-3 {
color: #c3e5df;
}
.color-4 {
color: #eff5f4;
}
.color-5 {
color: #f6a6a2;
}

/* CSS Variables */
:root {
--color-1: #76a29b;
--color-2: #a2c8b6;
--color-3: #c3e5df;
--color-4: #eff5f4;
--color-5: #f6a6a2;
}

🌈 Sea Nymph background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76a29b, #a2c8b6, #c3e5df, #eff5f4, #f6a6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76a29b, #a2c8b6, #c3e5df, #eff5f4, #f6a6a2);
}

Sea Nymph color palette created on .