Terminal Color Palette
Discover the beautiful Terminal color palette featuring te papa green (#1f3a3d), mineral green (#3e5a5b), juniper (#698c8a), gum leaf (#b2d7c2) and spring wood (#f4f6ee).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGreen, Gray, Blue, Bright, Modern, Minimalist, Light, Soft 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 Terminal palette
💻 Terminal color palette CSS
/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #3e5a5b;
}
.color-3 {
color: #698c8a;
}
.color-4 {
color: #b2d7c2;
}
.color-5 {
color: #f4f6ee;
}
/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #3e5a5b;
--color-3: #698c8a;
--color-4: #b2d7c2;
--color-5: #f4f6ee;
}
🌈 Terminal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #3e5a5b, #698c8a, #b2d7c2, #f4f6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #3e5a5b, #698c8a, #b2d7c2, #f4f6ee);
}
🔗 Explore similar color palettes
Terminal color palette created on .