Discover the beautiful Teal Sunshine color palette featuring wedgewood (#4f8a9c), tradewind (#6ebfb7), morning glory (#a3e1db), saffron (#f4cf3e) and buttercup (#f39c12).
Teal Sunshine Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Teal Sunshine palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Teal Sunshine palette
💻 Teal Sunshine color palette CSS
/* CSS */
.color-1 {
color: #4f8a9c;
}
.color-2 {
color: #6ebfb7;
}
.color-3 {
color: #a3e1db;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #4f8a9c;
--color-2: #6ebfb7;
--color-3: #a3e1db;
--color-4: #f4cf3e;
--color-5: #f39c12;
}
🌈 Teal Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8a9c, #6ebfb7, #a3e1db, #f4cf3e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8a9c, #6ebfb7, #a3e1db, #f4cf3e, #f39c12);
}
🔗 Explore similar color palettes
Teal Sunshine color palette created on .