Green Haze Color Palette

Discover the beautiful Green Haze color palette featuring moss green (#a7d7b8), acapulco (#80b7a4), breaker bay (#4d9d8b), oracle (#3c787c) and casal (#2b5c6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Earthy, Forest, Green, Light, Nature, Teal 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 Green Haze palette

Share this palette to:

💻 Green Haze color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #80b7a4;
}
.color-3 {
color: #4d9d8b;
}
.color-4 {
color: #3c787c;
}
.color-5 {
color: #2b5c6e;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #80b7a4;
--color-3: #4d9d8b;
--color-4: #3c787c;
--color-5: #2b5c6e;
}

🌈 Green Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #80b7a4, #4d9d8b, #3c787c, #2b5c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #80b7a4, #4d9d8b, #3c787c, #2b5c6e);
}

Green Haze color palette created on .