Relaxing Teal Color Palette
Discover the beautiful Relaxing Teal color palette featuring sinbad (#a7d3d2), mandys pink (#f2b1b2), sidecar (#f6e7c1), apricot peach (#f9cca9) and rajah (#f5c67a).
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 Relaxing Teal palette
💻 Relaxing Teal color palette CSS
/* CSS */
.color-1 {
color: #a7d3d2;
}
.color-2 {
color: #f2b1b2;
}
.color-3 {
color: #f6e7c1;
}
.color-4 {
color: #f9cca9;
}
.color-5 {
color: #f5c67a;
}
/* CSS Variables */
:root {
--color-1: #a7d3d2;
--color-2: #f2b1b2;
--color-3: #f6e7c1;
--color-4: #f9cca9;
--color-5: #f5c67a;
} 🌈 Relaxing Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3d2, #f2b1b2, #f6e7c1, #f9cca9, #f5c67a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3d2, #f2b1b2, #f6e7c1, #f9cca9, #f5c67a);
} 🔗 Explore similar color palettes
Relaxing Teal color palette created on .