Teal and Gold Dream Color Palette
Discover the beautiful Teal and Gold Dream color palette featuring elm (#1e8a7c), keppel (#3cb4a6), downy (#6cd5b2), golden dream (#f1df3b) and tango (#f37b2b).
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 and Gold Dream palette
💻 Teal and Gold Dream color palette CSS
/* CSS */
.color-1 {
color: #1e8a7c;
}
.color-2 {
color: #3cb4a6;
}
.color-3 {
color: #6cd5b2;
}
.color-4 {
color: #f1df3b;
}
.color-5 {
color: #f37b2b;
}
/* CSS Variables */
:root {
--color-1: #1e8a7c;
--color-2: #3cb4a6;
--color-3: #6cd5b2;
--color-4: #f1df3b;
--color-5: #f37b2b;
} 🌈 Teal and Gold Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a7c, #3cb4a6, #6cd5b2, #f1df3b, #f37b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a7c, #3cb4a6, #6cd5b2, #f1df3b, #f37b2b);
} 🔗 Explore similar color palettes
Teal and Gold Dream color palette created on .