Tropical Oasis Color Palette

Discover the beautiful Tropical Oasis color palette featuring chinook (#a3e1b7), vista blue (#8dd8a0), emerald (#6dd08e), aqua forest (#5bae7e) and fruit salad (#4ba06d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Fun, Nature, 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 Oasis palette

Share this palette to:

💻 Tropical Oasis color palette CSS

/* CSS */
.color-1 {
color: #a3e1b7;
}
.color-2 {
color: #8dd8a0;
}
.color-3 {
color: #6dd08e;
}
.color-4 {
color: #5bae7e;
}
.color-5 {
color: #4ba06d;
}

/* CSS Variables */
:root {
--color-1: #a3e1b7;
--color-2: #8dd8a0;
--color-3: #6dd08e;
--color-4: #5bae7e;
--color-5: #4ba06d;
}

🌈 Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e1b7, #8dd8a0, #6dd08e, #5bae7e, #4ba06d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e1b7, #8dd8a0, #6dd08e, #5bae7e, #4ba06d);
}

Tropical Oasis color palette created on .