Minecraft Color Palette
Discover the beautiful Minecraft color palette featuring chateau green (#3cb95d), silver tree (#69bf8a), moss green (#a1d4a8), sandwisp (#e8f5b2) and sandwisp (#f6e3a7).
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 Minecraft palette
💻 Minecraft color palette CSS
/* CSS */
.color-1 {
color: #3cb95d;
}
.color-2 {
color: #69bf8a;
}
.color-3 {
color: #a1d4a8;
}
.color-4 {
color: #e8f5b2;
}
.color-5 {
color: #f6e3a7;
}
/* CSS Variables */
:root {
--color-1: #3cb95d;
--color-2: #69bf8a;
--color-3: #a1d4a8;
--color-4: #e8f5b2;
--color-5: #f6e3a7;
} 🌈 Minecraft background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb95d, #69bf8a, #a1d4a8, #e8f5b2, #f6e3a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb95d, #69bf8a, #a1d4a8, #e8f5b2, #f6e3a7);
} 🔗 Explore similar color palettes
Minecraft color palette created on .