Soft Green Color Palette

Discover the beautiful Soft Green color palette featuring de york (#83c383), moss green (#a3d7a3), petite orchid (#e08f8f), water leaf (#a1dfe8) and can can (#d69aa7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coral, Fun, Green 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 Soft Green palette

Share this palette to:

💻 Soft Green color palette CSS

/* CSS */
.color-1 {
color: #83c383;
}
.color-2 {
color: #a3d7a3;
}
.color-3 {
color: #e08f8f;
}
.color-4 {
color: #a1dfe8;
}
.color-5 {
color: #d69aa7;
}

/* CSS Variables */
:root {
--color-1: #83c383;
--color-2: #a3d7a3;
--color-3: #e08f8f;
--color-4: #a1dfe8;
--color-5: #d69aa7;
}

🌈 Soft Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83c383, #a3d7a3, #e08f8f, #a1dfe8, #d69aa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83c383, #a3d7a3, #e08f8f, #a1dfe8, #d69aa7);
}

Soft Green color palette created on .