Tropical Sunset Harmony Color Palette

Discover the beautiful Tropical Sunset Harmony color palette featuring teal (#009485), fountain blue (#4eb7ac), amber (#ffc105), california (#ff9900) and royal purple (#673ab6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Orange, Yellow, Violet 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 Sunset Harmony palette

Share this palette to:

💻 Tropical Sunset Harmony color palette CSS

/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #4eb7ac;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #673ab6;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #4eb7ac;
--color-3: #ffc105;
--color-4: #ff9900;
--color-5: #673ab6;
}

🌈 Tropical Sunset Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #4eb7ac, #ffc105, #ff9900, #673ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #4eb7ac, #ffc105, #ff9900, #673ab6);
}

Tropical Sunset Harmony color palette created on .