Discover the beautiful Teal Serenade color palette featuring teal (#009485), mountain meadow (#1abc9c), jungle green (#26ba9a), shamrock (#2ecc70) and fruit salad (#4cae4f).
Teal Serenade 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 Serenade palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Teal Serenade palette
💻 Teal Serenade color palette CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #1abc9c;
}
.color-3 {
color: #26ba9a;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #1abc9c;
--color-3: #26ba9a;
--color-4: #2ecc70;
--color-5: #4cae4f;
}
🌈 Teal Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #1abc9c, #26ba9a, #2ecc70, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #1abc9c, #26ba9a, #2ecc70, #4cae4f);
}
🔗 Explore similar color palettes
Teal Serenade color palette created on .