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: #00ff04;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #007b80;
}
.color-5 {
color: #006161;
}
/* CSS Variables */
:root {
--color-1: #00ff04;
--color-2: #00bfff;
--color-3: #009485;
--color-4: #007b80;
--color-5: #006161;
}
Teal Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff04, #00bfff, #009485, #007b80, #006161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff04, #00bfff, #009485, #007b80, #006161);
}
Similar color palettes
Teal Oasis color palette created on .