Tropical Oasis Color Palette
Discover the beautiful Tropical Oasis color palette featuring bondi blue (#00b2b3), mountain meadow (#1dbf9c), shamrock (#3dd6a1), spray (#7cf3cf) and ice cold (#a5f8e6).
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 Oasis palette
💻 Tropical Oasis color palette CSS
/* CSS */
.color-1 {
color: #00b2b3;
}
.color-2 {
color: #1dbf9c;
}
.color-3 {
color: #3dd6a1;
}
.color-4 {
color: #7cf3cf;
}
.color-5 {
color: #a5f8e6;
}
/* CSS Variables */
:root {
--color-1: #00b2b3;
--color-2: #1dbf9c;
--color-3: #3dd6a1;
--color-4: #7cf3cf;
--color-5: #a5f8e6;
} 🌈 Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b2b3, #1dbf9c, #3dd6a1, #7cf3cf, #a5f8e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b2b3, #1dbf9c, #3dd6a1, #7cf3cf, #a5f8e6);
} 🔗 Explore similar color palettes
Tropical Oasis color palette created on .