Turquoise Breeze Color Palette
Discover the beautiful Turquoise Breeze color palette featuring humming bird (#cdf9ef), morning glory (#a6e3e0), downy (#5cd1c1), puerto rico (#40bab2) and jelly bean (#2a999d).
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 Turquoise Breeze palette
💻 Turquoise Breeze color palette CSS
/* CSS */
.color-1 {
color: #cdf9ef;
}
.color-2 {
color: #a6e3e0;
}
.color-3 {
color: #5cd1c1;
}
.color-4 {
color: #40bab2;
}
.color-5 {
color: #2a999d;
}
/* CSS Variables */
:root {
--color-1: #cdf9ef;
--color-2: #a6e3e0;
--color-3: #5cd1c1;
--color-4: #40bab2;
--color-5: #2a999d;
} 🌈 Turquoise Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdf9ef, #a6e3e0, #5cd1c1, #40bab2, #2a999d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdf9ef, #a6e3e0, #5cd1c1, #40bab2, #2a999d);
} 🔗 Explore similar color palettes
Turquoise Breeze color palette created on .