Teal Surf Color Palette
Discover the beautiful Teal Surf color palette featuring sinbad (#a1d9c4), acapulco (#79b9a5), ocean green (#499c8d), oracle (#3b7872) and spectra (#2a5a59).
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 Surf palette
💻 Teal Surf color palette CSS
/* CSS */
.color-1 {
color: #a1d9c4;
}
.color-2 {
color: #79b9a5;
}
.color-3 {
color: #499c8d;
}
.color-4 {
color: #3b7872;
}
.color-5 {
color: #2a5a59;
}
/* CSS Variables */
:root {
--color-1: #a1d9c4;
--color-2: #79b9a5;
--color-3: #499c8d;
--color-4: #3b7872;
--color-5: #2a5a59;
} 🌈 Teal Surf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9c4, #79b9a5, #499c8d, #3b7872, #2a5a59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9c4, #79b9a5, #499c8d, #3b7872, #2a5a59);
} 🔗 Explore similar color palettes
Teal Surf color palette created on .