Sin of Greed Color Palette
Discover the beautiful Sin of Greed color palette featuring apple (#508e2f), celery (#a2c64e), yellow green (#d2e68e), candy corn (#f9f04e) and casablanca (#f8c749).
Brightness
Saturation
Warmth
💡 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 Sin of Greed palette
💻 Sin of Greed color palette CSS
/* CSS */
.color-1 {
color: #508e2f;
}
.color-2 {
color: #a2c64e;
}
.color-3 {
color: #d2e68e;
}
.color-4 {
color: #f9f04e;
}
.color-5 {
color: #f8c749;
}
/* CSS Variables */
:root {
--color-1: #508e2f;
--color-2: #a2c64e;
--color-3: #d2e68e;
--color-4: #f9f04e;
--color-5: #f8c749;
} 🌈 Sin of Greed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #508e2f, #a2c64e, #d2e68e, #f9f04e, #f8c749);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #508e2f, #a2c64e, #d2e68e, #f9f04e, #f8c749);
} 🔗 Explore similar color palettes
Sin of Greed color palette created on .