Discover the beautiful Pink Jungle color palette featuring downy (#5cd6a7), atomic tangerine (#ff9f6b), burning orange (#ff7142), charm (#d66190) and wewak (#f3a0b7).
Pink Jungle Color Palette
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
Explore how the Pink Jungle palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Pink Jungle palette
💻 Pink Jungle color palette CSS
/* CSS */
.color-1 {
color: #5cd6a7;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #d66190;
}
.color-5 {
color: #f3a0b7;
}
/* CSS Variables */
:root {
--color-1: #5cd6a7;
--color-2: #ff9f6b;
--color-3: #ff7142;
--color-4: #d66190;
--color-5: #f3a0b7;
}
🌈 Pink Jungle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cd6a7, #ff9f6b, #ff7142, #d66190, #f3a0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cd6a7, #ff9f6b, #ff7142, #d66190, #f3a0b7);
}
🔗 Explore similar color palettes
Pink Jungle color palette created on .