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