Earthy Purple Green Color Palette
Discover the beautiful Earthy Purple Green color palette featuring victoria (#5c3f8d), como (#4b7c5e), potters clay (#8f6a3d), indian khaki (#c2b180) and raw sienna (#d06f49).
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 Earthy Purple Green palette
💻 Earthy Purple Green color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #4b7c5e;
}
.color-3 {
color: #8f6a3d;
}
.color-4 {
color: #c2b180;
}
.color-5 {
color: #d06f49;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #4b7c5e;
--color-3: #8f6a3d;
--color-4: #c2b180;
--color-5: #d06f49;
} 🌈 Earthy Purple Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #4b7c5e, #8f6a3d, #c2b180, #d06f49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #4b7c5e, #8f6a3d, #c2b180, #d06f49);
} 🔗 Explore similar color palettes
Earthy Purple Green color palette created on .