Teal Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Oasis palette

Share this palette to:

Teal Oasis color palette CSS

/* CSS */
.color-1 {
color: #1b9ba1;
}
.color-2 {
color: #4ccdc4;
}
.color-3 {
color: #89e1d2;
}
.color-4 {
color: #c3f3e0;
}
.color-5 {
color: #f1f9f5;
}

/* CSS Variables */
:root {
--color-1: #1b9ba1;
--color-2: #4ccdc4;
--color-3: #89e1d2;
--color-4: #c3f3e0;
--color-5: #f1f9f5;
}

Teal Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b9ba1, #4ccdc4, #89e1d2, #c3f3e0, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b9ba1, #4ccdc4, #89e1d2, #c3f3e0, #f1f9f5);
}

Teal Oasis color palette created on .