Purple and Green Balance Color Palette

Discover the beautiful Purple and Green Balance color palette featuring juniper (#698c91), spring rain (#a4c6b4), surf crest (#d0e7d0), french lilac (#e2b2e6) and bouquet (#a76c9d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Purple, Vintage 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 Purple and Green Balance palette

Share this palette to:

💻 Purple and Green Balance color palette CSS

/* CSS */
.color-1 {
color: #698c91;
}
.color-2 {
color: #a4c6b4;
}
.color-3 {
color: #d0e7d0;
}
.color-4 {
color: #e2b2e6;
}
.color-5 {
color: #a76c9d;
}

/* CSS Variables */
:root {
--color-1: #698c91;
--color-2: #a4c6b4;
--color-3: #d0e7d0;
--color-4: #e2b2e6;
--color-5: #a76c9d;
}

🌈 Purple and Green Balance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c91, #a4c6b4, #d0e7d0, #e2b2e6, #a76c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c91, #a4c6b4, #d0e7d0, #e2b2e6, #a76c9d);
}

Purple and Green Balance color palette created on .