Turquoise Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Oasis palette
Turquoise Oasis color palette CSS
/* CSS */
.color-1 {
color: #1fc1c1;
}
.color-2 {
color: #3fe4e4;
}
.color-3 {
color: #6ff6f6;
}
.color-4 {
color: #a0f8f8;
}
.color-5 {
color: #e5ffff;
}
/* CSS Variables */
:root {
--color-1: #1fc1c1;
--color-2: #3fe4e4;
--color-3: #6ff6f6;
--color-4: #a0f8f8;
--color-5: #e5ffff;
}
Turquoise Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fc1c1, #3fe4e4, #6ff6f6, #a0f8f8, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fc1c1, #3fe4e4, #6ff6f6, #a0f8f8, #e5ffff);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Turquoise Oasis color palette created on .