Teal Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Oasis palette
Teal Oasis color palette CSS
/* CSS */
.color-1 {
color: #0b3c32;
}
.color-2 {
color: #3a786c;
}
.color-3 {
color: #6dc0a9;
}
.color-4 {
color: #a1e3d5;
}
.color-5 {
color: #e8f8f1;
}
/* CSS Variables */
:root {
--color-1: #0b3c32;
--color-2: #3a786c;
--color-3: #6dc0a9;
--color-4: #a1e3d5;
--color-5: #e8f8f1;
}
Teal Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c32, #3a786c, #6dc0a9, #a1e3d5, #e8f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c32, #3a786c, #6dc0a9, #a1e3d5, #e8f8f1);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Teal Oasis color palette created on .