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: #1a4c5b;
}
.color-2 {
color: #2f7c7f;
}
.color-3 {
color: #5eb0a8;
}
.color-4 {
color: #a7e2d2;
}
.color-5 {
color: #f7f9e7;
}

/* CSS Variables */
:root {
--color-1: #1a4c5b;
--color-2: #2f7c7f;
--color-3: #5eb0a8;
--color-4: #a7e2d2;
--color-5: #f7f9e7;
}

Teal Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4c5b, #2f7c7f, #5eb0a8, #a7e2d2, #f7f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4c5b, #2f7c7f, #5eb0a8, #a7e2d2, #f7f9e7);
}

Teal Oasis color palette created on .