Turquoise Oasis Color Palette
Discover the beautiful Turquoise Oasis color palette featuring teal (#009485), pine green (#007a6c), aqua deep (#004d40), monte carlo (#80cbc4) and jungle green (#26a699).
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 Oasis palette
💻 Turquoise Oasis color palette CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #007a6c;
}
.color-3 {
color: #004d40;
}
.color-4 {
color: #80cbc4;
}
.color-5 {
color: #26a699;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #007a6c;
--color-3: #004d40;
--color-4: #80cbc4;
--color-5: #26a699;
} 🌈 Turquoise Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #007a6c, #004d40, #80cbc4, #26a699);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #007a6c, #004d40, #80cbc4, #26a699);
} 🔗 Explore similar color palettes
Turquoise Oasis color palette created on .