Tropical Oasis Color Palette

Discover the beautiful Tropical Oasis color palette featuring plantation (#27624f), stiletto (#9f3c3c), sulu (#c9f07a), royal heath (#b43c78) and blue dianne (#274f62).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Green, Pink, Red, Spring, Summer, Tropical, Vibrant, Yellow 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: #27624f;
}
.color-2 {
color: #9f3c3c;
}
.color-3 {
color: #c9f07a;
}
.color-4 {
color: #b43c78;
}
.color-5 {
color: #274f62;
}

/* CSS Variables */
:root {
--color-1: #27624f;
--color-2: #9f3c3c;
--color-3: #c9f07a;
--color-4: #b43c78;
--color-5: #274f62;
}

🌈 Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #27624f, #9f3c3c, #c9f07a, #b43c78, #274f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #27624f, #9f3c3c, #c9f07a, #b43c78, #274f62);
}

Tropical Oasis color palette created on .