Tranquil Oasis Color Palette

Discover the beautiful Tranquil Oasis color palette featuring fountain blue (#4ab5aa), downy (#68cab1), algae green (#8fe6b6), magic mint (#b0f3c1) and feta (#e4f8d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Green, Nature, Spring 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 Tranquil Oasis palette

Share this palette to:

💻 Tranquil Oasis color palette CSS

/* CSS */
.color-1 {
color: #4ab5aa;
}
.color-2 {
color: #68cab1;
}
.color-3 {
color: #8fe6b6;
}
.color-4 {
color: #b0f3c1;
}
.color-5 {
color: #e4f8d3;
}

/* CSS Variables */
:root {
--color-1: #4ab5aa;
--color-2: #68cab1;
--color-3: #8fe6b6;
--color-4: #b0f3c1;
--color-5: #e4f8d3;
}

🌈 Tranquil Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ab5aa, #68cab1, #8fe6b6, #b0f3c1, #e4f8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ab5aa, #68cab1, #8fe6b6, #b0f3c1, #e4f8d3);
}

Tranquil Oasis color palette created on .