Teal and Gold Fusion Color Palette
Discover the beautiful Teal and Gold Fusion color palette featuring jelly bean (#2b6d9c), shakespeare (#4ec2d4), downy (#7ad1c1), anzac (#e7b34b) and froly (#f76e6e).
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 Fusion palette
💻 Teal and Gold Fusion color palette CSS
/* CSS */
.color-1 {
color: #2b6d9c;
}
.color-2 {
color: #4ec2d4;
}
.color-3 {
color: #7ad1c1;
}
.color-4 {
color: #e7b34b;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #2b6d9c;
--color-2: #4ec2d4;
--color-3: #7ad1c1;
--color-4: #e7b34b;
--color-5: #f76e6e;
}
🌈 Teal and Gold Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b6d9c, #4ec2d4, #7ad1c1, #e7b34b, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b6d9c, #4ec2d4, #7ad1c1, #e7b34b, #f76e6e);
}
🔗 Explore similar color palettes
Teal and Gold Fusion color palette created on .