Turquoise Morning Color Palette
Discover the beautiful Turquoise Morning color palette featuring water leaf (#a6e8e0), bermuda (#7bd6db), fountain blue (#51c4c8), keppel (#34b2b2) and elm (#1b8b8d).
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 Morning palette
💻 Turquoise Morning color palette CSS
/* CSS */
.color-1 {
color: #a6e8e0;
}
.color-2 {
color: #7bd6db;
}
.color-3 {
color: #51c4c8;
}
.color-4 {
color: #34b2b2;
}
.color-5 {
color: #1b8b8d;
}
/* CSS Variables */
:root {
--color-1: #a6e8e0;
--color-2: #7bd6db;
--color-3: #51c4c8;
--color-4: #34b2b2;
--color-5: #1b8b8d;
} 🌈 Turquoise Morning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e8e0, #7bd6db, #51c4c8, #34b2b2, #1b8b8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e8e0, #7bd6db, #51c4c8, #34b2b2, #1b8b8d);
} 🔗 Explore similar color palettes
Turquoise Morning color palette created on .