Discover the beautiful Gold and Teal Harmony color palette featuring web orange (#faa700), school bus yellow (#ffdd00), emerald (#4ebc7b), elm (#1d8a90) and east bay (#3f5b88).
Gold and Teal Harmony 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 Gold and Teal Harmony palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Gold and Teal Harmony palette
💻 Gold and Teal Harmony color palette CSS
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ffdd00;
}
.color-3 {
color: #4ebc7b;
}
.color-4 {
color: #1d8a90;
}
.color-5 {
color: #3f5b88;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ffdd00;
--color-3: #4ebc7b;
--color-4: #1d8a90;
--color-5: #3f5b88;
}
🌈 Gold and Teal Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ffdd00, #4ebc7b, #1d8a90, #3f5b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ffdd00, #4ebc7b, #1d8a90, #3f5b88);
}
🔗 Explore similar color palettes
Gold and Teal Harmony color palette created on .