Emerald Bliss Color Palette

Discover the beautiful Emerald Bliss color palette featuring green haze (#009e4f), emerald (#3acf6e), mint green (#6df89e), aquamarine (#a2fbc9) and scandal (#d0fbde).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Fun, Aesthetic, 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 Bliss palette

Share this palette to:

💻 Emerald Bliss color palette CSS

/* CSS */
.color-1 {
color: #009e4f;
}
.color-2 {
color: #3acf6e;
}
.color-3 {
color: #6df89e;
}
.color-4 {
color: #a2fbc9;
}
.color-5 {
color: #d0fbde;
}

/* CSS Variables */
:root {
--color-1: #009e4f;
--color-2: #3acf6e;
--color-3: #6df89e;
--color-4: #a2fbc9;
--color-5: #d0fbde;
}

🌈 Emerald Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009e4f, #3acf6e, #6df89e, #a2fbc9, #d0fbde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009e4f, #3acf6e, #6df89e, #a2fbc9, #d0fbde);
}

Emerald Bliss color palette created on .