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: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00dbc2;
}
.color-4 {
color: #a1e3d3;
}
.color-5 {
color: #f0fffa;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00dbc2;
--color-4: #a1e3d3;
--color-5: #f0fffa;
}

Teal Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00dbc2, #a1e3d3, #f0fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00dbc2, #a1e3d3, #f0fffa);
}

Teal Oasis color palette created on .