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: #007d99;
}
.color-2 {
color: #009699;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00d6b6;
}
.color-5 {
color: #00f0cc;
}

/* CSS Variables */
:root {
--color-1: #007d99;
--color-2: #009699;
--color-3: #00b3aa;
--color-4: #00d6b6;
--color-5: #00f0cc;
}

Teal Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007d99, #009699, #00b3aa, #00d6b6, #00f0cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007d99, #009699, #00b3aa, #00d6b6, #00f0cc);
}

Teal Oasis color palette created on .