Teal Sunset Color Palette
Discover the beautiful Teal Sunset color palette featuring pink salmon (#ff8abb), downy (#67d0bd), hippie blue (#4d9b9d), cream can (#f6d060) and web orange (#f5a300).
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 Teal Sunset palette
💻 Teal Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff8abb;
}
.color-2 {
color: #67d0bd;
}
.color-3 {
color: #4d9b9d;
}
.color-4 {
color: #f6d060;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #ff8abb;
--color-2: #67d0bd;
--color-3: #4d9b9d;
--color-4: #f6d060;
--color-5: #f5a300;
} 🌈 Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8abb, #67d0bd, #4d9b9d, #f6d060, #f5a300);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8abb, #67d0bd, #4d9b9d, #f6d060, #f5a300);
} 🔗 Explore similar color palettes
Teal Sunset color palette created on .