Turquoise Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Turquoise Oasis Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aqua color palettes
Turquoise Oasis color palette created on .