Tropical Forest Serenity Color Palette

Discover the beautiful Tropical Forest Serenity color palette featuring jungle green (#26a695), tradewind (#4fb59f), bermuda (#6fdcbf), powder blue (#b2e6d9) and iroko (#463425).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Bright, Coastal, Summer, 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 Tropical Forest Serenity palette

Share this palette to:

💻 Tropical Forest Serenity color palette CSS

/* CSS */
.color-1 {
color: #26a695;
}
.color-2 {
color: #4fb59f;
}
.color-3 {
color: #6fdcbf;
}
.color-4 {
color: #b2e6d9;
}
.color-5 {
color: #463425;
}

/* CSS Variables */
:root {
--color-1: #26a695;
--color-2: #4fb59f;
--color-3: #6fdcbf;
--color-4: #b2e6d9;
--color-5: #463425;
}

🌈 Tropical Forest Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26a695, #4fb59f, #6fdcbf, #b2e6d9, #463425);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26a695, #4fb59f, #6fdcbf, #b2e6d9, #463425);
}

Tropical Forest Serenity color palette created on .