Discover the beautiful Tropical Oasis color palette featuring mountain meadow (#1fbd8b), shamrock (#51d2a0), riptide (#81e4b9), padua (#a3e6c4) and granny apple (#d6f5e1).
Tropical Oasis 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 Tropical Oasis palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Tropical Oasis palette
💻 Tropical Oasis color palette CSS
/* CSS */
.color-1 {
color: #1fbd8b;
}
.color-2 {
color: #51d2a0;
}
.color-3 {
color: #81e4b9;
}
.color-4 {
color: #a3e6c4;
}
.color-5 {
color: #d6f5e1;
}
/* CSS Variables */
:root {
--color-1: #1fbd8b;
--color-2: #51d2a0;
--color-3: #81e4b9;
--color-4: #a3e6c4;
--color-5: #d6f5e1;
}
🌈 Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fbd8b, #51d2a0, #81e4b9, #a3e6c4, #d6f5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fbd8b, #51d2a0, #81e4b9, #a3e6c4, #d6f5e1);
}
🔗 Explore similar color palettes
Tropical Oasis color palette created on .