Tropical Sunrise Color Palette
Discover the beautiful Tropical Sunrise color palette featuring gorse (#ffec3d), fountain blue (#4eb7ac), wild strawberry (#ff4281), frangipani (#ffe0b3) and spray (#80deea).
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 Sunrise palette
💻 Tropical Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ffec3d;
}
.color-2 {
color: #4eb7ac;
}
.color-3 {
color: #ff4281;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #80deea;
}
/* CSS Variables */
:root {
--color-1: #ffec3d;
--color-2: #4eb7ac;
--color-3: #ff4281;
--color-4: #ffe0b3;
--color-5: #80deea;
} 🌈 Tropical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec3d, #4eb7ac, #ff4281, #ffe0b3, #80deea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec3d, #4eb7ac, #ff4281, #ffe0b3, #80deea);
} 🔗 Explore similar color palettes
Tropical Sunrise color palette created on .