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: #3bb09e;
}
.color-2 {
color: #2c9b81;
}
.color-3 {
color: #207e6d;
}
.color-4 {
color: #a2d8d7;
}
.color-5 {
color: #f0e88e;
}
/* CSS Variables */
:root {
--color-1: #3bb09e;
--color-2: #2c9b81;
--color-3: #207e6d;
--color-4: #a2d8d7;
--color-5: #f0e88e;
}
Teal Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb09e, #2c9b81, #207e6d, #a2d8d7, #f0e88e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb09e, #2c9b81, #207e6d, #a2d8d7, #f0e88e);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Teal Oasis color palette created on .