Emerald Breeze Color Palette

Discover the beautiful Emerald Breeze color palette featuring malachite (#25d033), pastel green (#58e472), algae green (#86e9a2), magic mint (#a8f0bf) and blue romance (#ccf5da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Light, Soft, Pastel, Nature, Summer, Earthy, 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 Emerald Breeze palette

Share this palette to:

💻 Emerald Breeze color palette CSS

/* CSS */
.color-1 {
color: #25d033;
}
.color-2 {
color: #58e472;
}
.color-3 {
color: #86e9a2;
}
.color-4 {
color: #a8f0bf;
}
.color-5 {
color: #ccf5da;
}

/* CSS Variables */
:root {
--color-1: #25d033;
--color-2: #58e472;
--color-3: #86e9a2;
--color-4: #a8f0bf;
--color-5: #ccf5da;
}

🌈 Emerald Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25d033, #58e472, #86e9a2, #a8f0bf, #ccf5da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25d033, #58e472, #86e9a2, #a8f0bf, #ccf5da);
}

Emerald Breeze color palette created on .