Sins of Envy Color Palette

Discover the beautiful Sins of Envy color palette featuring goblin (#3b7f34), fern (#6abf69), moss green (#a3d7a5), willow brook (#d8e7d0) and wild sand (#f5f5f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Envy, Green, Light, Nature, Soft, 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 Sins of Envy palette

Share this palette to:

💻 Sins of Envy color palette CSS

/* CSS */
.color-1 {
color: #3b7f34;
}
.color-2 {
color: #6abf69;
}
.color-3 {
color: #a3d7a5;
}
.color-4 {
color: #d8e7d0;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #3b7f34;
--color-2: #6abf69;
--color-3: #a3d7a5;
--color-4: #d8e7d0;
--color-5: #f5f5f5;
}

🌈 Sins of Envy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7f34, #6abf69, #a3d7a5, #d8e7d0, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7f34, #6abf69, #a3d7a5, #d8e7d0, #f5f5f5);
}

Sins of Envy color palette created on .