Jungle Oasis Color Palette
Discover the beautiful Jungle Oasis color palette featuring green pea (#1a5b3a), moss green (#a2d59f), tea green (#e3f6d5), olive drab (#6f9d2f) and deco (#c1e0a3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Jungle Oasis palette
💻 Jungle Oasis color palette CSS
/* CSS */
.color-1 {
color: #1a5b3a;
}
.color-2 {
color: #a2d59f;
}
.color-3 {
color: #e3f6d5;
}
.color-4 {
color: #6f9d2f;
}
.color-5 {
color: #c1e0a3;
}
/* CSS Variables */
:root {
--color-1: #1a5b3a;
--color-2: #a2d59f;
--color-3: #e3f6d5;
--color-4: #6f9d2f;
--color-5: #c1e0a3;
} 🌈 Jungle Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5b3a, #a2d59f, #e3f6d5, #6f9d2f, #c1e0a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5b3a, #a2d59f, #e3f6d5, #6f9d2f, #c1e0a3);
} Jungle Oasis color palette created on .