Discover the beautiful Emerald Canopy color palette featuring everglade (#1a3d2b), killarney (#2c5e3e), fruit salad (#4f8c5b), silver tree (#75b89f) and vista blue (#9ed6b5).

Emerald Canopy Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Emerald Canopy palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Emerald Canopy palette

Share this palette to:

💻 Emerald Canopy color palette CSS

/* CSS */
.color-1 {
color: #1a3d2b;
}
.color-2 {
color: #2c5e3e;
}
.color-3 {
color: #4f8c5b;
}
.color-4 {
color: #75b89f;
}
.color-5 {
color: #9ed6b5;
}

/* CSS Variables */
:root {
--color-1: #1a3d2b;
--color-2: #2c5e3e;
--color-3: #4f8c5b;
--color-4: #75b89f;
--color-5: #9ed6b5;
}

🌈 Emerald Canopy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3d2b, #2c5e3e, #4f8c5b, #75b89f, #9ed6b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3d2b, #2c5e3e, #4f8c5b, #75b89f, #9ed6b5);
}

Emerald Canopy color palette created on .