Sour Green Color Palette

Discover the beautiful Sour Green color palette featuring gossip (#e3f5b2), deco (#c3e0a3), gum leaf (#aad5b8), half baked (#90c3d5) and danube (#6e9ed8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Spring, 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 Sour Green palette

Share this palette to:

💻 Sour Green color palette CSS

/* CSS */
.color-1 {
color: #e3f5b2;
}
.color-2 {
color: #c3e0a3;
}
.color-3 {
color: #aad5b8;
}
.color-4 {
color: #90c3d5;
}
.color-5 {
color: #6e9ed8;
}

/* CSS Variables */
:root {
--color-1: #e3f5b2;
--color-2: #c3e0a3;
--color-3: #aad5b8;
--color-4: #90c3d5;
--color-5: #6e9ed8;
}

🌈 Sour Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3f5b2, #c3e0a3, #aad5b8, #90c3d5, #6e9ed8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3f5b2, #c3e0a3, #aad5b8, #90c3d5, #6e9ed8);
}

Sour Green color palette created on .