Teal Sunset Color Palette
Discover the beautiful Teal Sunset color palette featuring rose bud (#f7b1a6), energy yellow (#f6d75a), morning glory (#a7e2e1), juniper (#6b8e8d) and mineral green (#3c5d5b).
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: #f7b1a6;
}
.color-2 {
color: #f6d75a;
}
.color-3 {
color: #a7e2e1;
}
.color-4 {
color: #6b8e8d;
}
.color-5 {
color: #3c5d5b;
}
/* CSS Variables */
:root {
--color-1: #f7b1a6;
--color-2: #f6d75a;
--color-3: #a7e2e1;
--color-4: #6b8e8d;
--color-5: #3c5d5b;
} 🌈 Teal Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a6, #f6d75a, #a7e2e1, #6b8e8d, #3c5d5b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a6, #f6d75a, #a7e2e1, #6b8e8d, #3c5d5b);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Teal Sunset color palette created on .