Tropical Sunset Harmony Color Palette
Discover the beautiful Tropical Sunset Harmony color palette featuring spring leaves (#527a56), desert (#a75d20), roof terracotta (#aa3f22), tamarillo (#92171b) and thunder (#332932).
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 Sunset Harmony palette
💻 Tropical Sunset Harmony color palette CSS
/* CSS */
.color-1 {
color: #527a56;
}
.color-2 {
color: #a75d20;
}
.color-3 {
color: #aa3f22;
}
.color-4 {
color: #92171b;
}
.color-5 {
color: #332932;
}
/* CSS Variables */
:root {
--color-1: #527a56;
--color-2: #a75d20;
--color-3: #aa3f22;
--color-4: #92171b;
--color-5: #332932;
}
🌈 Tropical Sunset Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #527a56, #a75d20, #aa3f22, #92171b, #332932);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #527a56, #a75d20, #aa3f22, #92171b, #332932);
}
🔗 Explore similar color palettes
Tropical Sunset Harmony color palette created on .