Discover the beautiful Turquoise Beach color palette featuring fountain blue (#62c0c6), morning glory (#a3e0e0), porcelain (#f3f7f7), saffron (#f6b83c) and carrot orange (#f28e1c).
Turquoise Beach 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 Turquoise Beach palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Turquoise Beach palette
💻 Turquoise Beach color palette CSS
/* CSS */
.color-1 {
color: #62c0c6;
}
.color-2 {
color: #a3e0e0;
}
.color-3 {
color: #f3f7f7;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f28e1c;
}
/* CSS Variables */
:root {
--color-1: #62c0c6;
--color-2: #a3e0e0;
--color-3: #f3f7f7;
--color-4: #f6b83c;
--color-5: #f28e1c;
}
🌈 Turquoise Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #62c0c6, #a3e0e0, #f3f7f7, #f6b83c, #f28e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #62c0c6, #a3e0e0, #f3f7f7, #f6b83c, #f28e1c);
}
🔗 Explore similar color palettes
Turquoise Beach color palette created on .