Emerald Mirage Color Palette

Discover the beautiful Emerald Mirage color palette featuring emerald (#4abf8a), downy (#5fd8a4), magic mint (#8ef0b4), powder blue (#b3e6d8) and polar (#dff7f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Nature, Spring 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 Emerald Mirage palette

Share this palette to:

💻 Emerald Mirage color palette CSS

/* CSS */
.color-1 {
color: #4abf8a;
}
.color-2 {
color: #5fd8a4;
}
.color-3 {
color: #8ef0b4;
}
.color-4 {
color: #b3e6d8;
}
.color-5 {
color: #dff7f1;
}

/* CSS Variables */
:root {
--color-1: #4abf8a;
--color-2: #5fd8a4;
--color-3: #8ef0b4;
--color-4: #b3e6d8;
--color-5: #dff7f1;
}

🌈 Emerald Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf8a, #5fd8a4, #8ef0b4, #b3e6d8, #dff7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf8a, #5fd8a4, #8ef0b4, #b3e6d8, #dff7f1);
}

Emerald Mirage color palette created on .