Mermaid Color Palette

Discover the beautiful Mermaid color palette featuring elm (#1e7a8a), fountain blue (#50b9b9), riptide (#8ce3e3), wewak (#f3a5a0) and cream can (#f5d26b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Turquoise, Bright, Aesthetic, Summer, Ocean, Soft, Vibrant, Fun, Beach 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 Mermaid palette

Share this palette to:

💻 Mermaid color palette CSS

/* CSS */
.color-1 {
color: #1e7a8a;
}
.color-2 {
color: #50b9b9;
}
.color-3 {
color: #8ce3e3;
}
.color-4 {
color: #f3a5a0;
}
.color-5 {
color: #f5d26b;
}

/* CSS Variables */
:root {
--color-1: #1e7a8a;
--color-2: #50b9b9;
--color-3: #8ce3e3;
--color-4: #f3a5a0;
--color-5: #f5d26b;
}

🌈 Mermaid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7a8a, #50b9b9, #8ce3e3, #f3a5a0, #f5d26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7a8a, #50b9b9, #8ce3e3, #f3a5a0, #f5d26b);
}

Mermaid color palette created on .