Tropical Rainforest Color Palette
Discover the beautiful Tropical Rainforest color palette featuring amazon (#2f6f4e), viridian (#4b8b6b), de york (#79be8e), granny smith apple (#a6e3a1) and feta (#e0f7d4).
Brightness
Saturation
Warmth
💡 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 Rainforest palette
💻 Tropical Rainforest color palette CSS
/* CSS */
.color-1 {
color: #2f6f4e;
}
.color-2 {
color: #4b8b6b;
}
.color-3 {
color: #79be8e;
}
.color-4 {
color: #a6e3a1;
}
.color-5 {
color: #e0f7d4;
}
/* CSS Variables */
:root {
--color-1: #2f6f4e;
--color-2: #4b8b6b;
--color-3: #79be8e;
--color-4: #a6e3a1;
--color-5: #e0f7d4;
}
🌈 Tropical Rainforest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f6f4e, #4b8b6b, #79be8e, #a6e3a1, #e0f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f6f4e, #4b8b6b, #79be8e, #a6e3a1, #e0f7d4);
}
🔗 Explore similar color palettes
Tropical Rainforest color palette created on .