Greensburg Uniform Color Palette
Discover the beautiful Greensburg Uniform color palette featuring amazon (#3a7e5d), silver tree (#6aaf8c), moss green (#a4d6b5), double colonial white (#f0e5b7) and whiskey (#d5a162).
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 Greensburg Uniform palette
💻 Greensburg Uniform color palette CSS
/* CSS */
.color-1 {
color: #3a7e5d;
}
.color-2 {
color: #6aaf8c;
}
.color-3 {
color: #a4d6b5;
}
.color-4 {
color: #f0e5b7;
}
.color-5 {
color: #d5a162;
}
/* CSS Variables */
:root {
--color-1: #3a7e5d;
--color-2: #6aaf8c;
--color-3: #a4d6b5;
--color-4: #f0e5b7;
--color-5: #d5a162;
} 🌈 Greensburg Uniform background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e5d, #6aaf8c, #a4d6b5, #f0e5b7, #d5a162);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e5d, #6aaf8c, #a4d6b5, #f0e5b7, #d5a162);
} 🔗 Explore similar color palettes
Greensburg Uniform color palette created on .