Teal Wandering Color Palette
Discover the beautiful Teal Wandering color palette featuring breaker bay (#4f9c87), vista blue (#a1d9b6), frostee (#e4f6e6), marzipan (#f8e2a5) and rose bud (#fbaf8e).
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 Wandering palette
💻 Teal Wandering color palette CSS
/* CSS */
.color-1 {
color: #4f9c87;
}
.color-2 {
color: #a1d9b6;
}
.color-3 {
color: #e4f6e6;
}
.color-4 {
color: #f8e2a5;
}
.color-5 {
color: #fbaf8e;
}
/* CSS Variables */
:root {
--color-1: #4f9c87;
--color-2: #a1d9b6;
--color-3: #e4f6e6;
--color-4: #f8e2a5;
--color-5: #fbaf8e;
}
🌈 Teal Wandering background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c87, #a1d9b6, #e4f6e6, #f8e2a5, #fbaf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c87, #a1d9b6, #e4f6e6, #f8e2a5, #fbaf8e);
}
🔗 Explore similar color palettes
Teal Wandering color palette created on .