Blue Mantis Color Palette

Discover the beautiful Blue Mantis color palette featuring elm (#1e7d80), scooter (#2db7be), turquoise blue (#4de0e0), ice cold (#a4f4f4) and aqua haze (#f5f9f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Cool, Fun, Spring, Tropical, 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 Blue Mantis palette

Share this palette to:

💻 Blue Mantis color palette CSS

/* CSS */
.color-1 {
color: #1e7d80;
}
.color-2 {
color: #2db7be;
}
.color-3 {
color: #4de0e0;
}
.color-4 {
color: #a4f4f4;
}
.color-5 {
color: #f5f9f9;
}

/* CSS Variables */
:root {
--color-1: #1e7d80;
--color-2: #2db7be;
--color-3: #4de0e0;
--color-4: #a4f4f4;
--color-5: #f5f9f9;
}

🌈 Blue Mantis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7d80, #2db7be, #4de0e0, #a4f4f4, #f5f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7d80, #2db7be, #4de0e0, #a4f4f4, #f5f9f9);
}

Blue Mantis color palette created on .