Retro Jungle Odyssey Color Palette
Discover the beautiful Retro Jungle Odyssey color palette featuring gum leaf (#a9d6bb), laurel (#6a9a6d), smalt blue (#4f7f8c), east bay (#3b4d72) and biscay (#1c2a5e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBright, Cool, Green, Jungle 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 Retro Jungle Odyssey palette
💻 Retro Jungle Odyssey color palette CSS
/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #4f7f8c;
}
.color-4 {
color: #3b4d72;
}
.color-5 {
color: #1c2a5e;
}
/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #6a9a6d;
--color-3: #4f7f8c;
--color-4: #3b4d72;
--color-5: #1c2a5e;
} 🌈 Retro Jungle Odyssey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #6a9a6d, #4f7f8c, #3b4d72, #1c2a5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #6a9a6d, #4f7f8c, #3b4d72, #1c2a5e);
} 🔗 Explore similar color palettes
Retro Jungle Odyssey color palette created on .