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: #1e4e6b;
}
.color-2 {
color: #498c9c;
}
.color-3 {
color: #6dba9e;
}
.color-4 {
color: #b5e3b0;
}
.color-5 {
color: #fef3a9;
}

/* CSS Variables */
:root {
--color-1: #1e4e6b;
--color-2: #498c9c;
--color-3: #6dba9e;
--color-4: #b5e3b0;
--color-5: #fef3a9;
}

Teal Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6b, #498c9c, #6dba9e, #b5e3b0, #fef3a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6b, #498c9c, #6dba9e, #b5e3b0, #fef3a9);
}

Teal Oasis color palette created on .