Eerie Emerald Color Palette

Discover the beautiful Eerie Emerald color palette featuring te papa green (#1b3c3a), smalt blue (#4b8b84), acapulco (#7db09f), moss green (#a5d5b8) and panache (#e2f3e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Emerald, Green, Light, Modern, Nature, Soft, Spring, 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 Eerie Emerald palette

Share this palette to:

💻 Eerie Emerald color palette CSS

/* CSS */
.color-1 {
color: #1b3c3a;
}
.color-2 {
color: #4b8b84;
}
.color-3 {
color: #7db09f;
}
.color-4 {
color: #a5d5b8;
}
.color-5 {
color: #e2f3e2;
}

/* CSS Variables */
:root {
--color-1: #1b3c3a;
--color-2: #4b8b84;
--color-3: #7db09f;
--color-4: #a5d5b8;
--color-5: #e2f3e2;
}

🌈 Eerie Emerald background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3c3a, #4b8b84, #7db09f, #a5d5b8, #e2f3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3c3a, #4b8b84, #7db09f, #a5d5b8, #e2f3e2);
}

Eerie Emerald color palette created on .