Tropical Twilight Symphony Color Palette
Discover the beautiful Tropical Twilight Symphony color palette featuring tan hide (#f89a6b), cerulean (#0eb5bf), elm (#1c7381), violet eggplant (#961c8e) and persian plum (#6e1a2b).
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 Twilight Symphony palette
💻 Tropical Twilight Symphony color palette CSS
/* CSS */
.color-1 {
color: #f89a6b;
}
.color-2 {
color: #0eb5bf;
}
.color-3 {
color: #1c7381;
}
.color-4 {
color: #961c8e;
}
.color-5 {
color: #6e1a2b;
}
/* CSS Variables */
:root {
--color-1: #f89a6b;
--color-2: #0eb5bf;
--color-3: #1c7381;
--color-4: #961c8e;
--color-5: #6e1a2b;
} 🌈 Tropical Twilight Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f89a6b, #0eb5bf, #1c7381, #961c8e, #6e1a2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f89a6b, #0eb5bf, #1c7381, #961c8e, #6e1a2b);
} 🔗 Explore similar color palettes
Tropical Twilight Symphony color palette created on .