Blooming Jungle Color Palette

Discover the beautiful Blooming Jungle color palette featuring ocean green (#40a075), fountain blue (#5bc2a5), riptide (#7fe6c9), harp (#f1f8f4) and rose bud (#f9b1ae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Jungle, Pink, Soft, Spring, Teal, Tropical 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 Blooming Jungle palette

Share this palette to:

💻 Blooming Jungle color palette CSS

/* CSS */
.color-1 {
color: #40a075;
}
.color-2 {
color: #5bc2a5;
}
.color-3 {
color: #7fe6c9;
}
.color-4 {
color: #f1f8f4;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #40a075;
--color-2: #5bc2a5;
--color-3: #7fe6c9;
--color-4: #f1f8f4;
--color-5: #f9b1ae;
}

🌈 Blooming Jungle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #40a075, #5bc2a5, #7fe6c9, #f1f8f4, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #40a075, #5bc2a5, #7fe6c9, #f1f8f4, #f9b1ae);
}

Blooming Jungle color palette created on .