Tropical Teal Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Teal Oasis palette
Tropical Teal Oasis color palette CSS
/* CSS */
.color-1 {
color: #3ddb8c;
}
.color-2 {
color: #2abbaf;
}
.color-3 {
color: #1e9999;
}
.color-4 {
color: #1a7f7c;
}
.color-5 {
color: #0b5b5b;
}
/* CSS Variables */
:root {
--color-1: #3ddb8c;
--color-2: #2abbaf;
--color-3: #1e9999;
--color-4: #1a7f7c;
--color-5: #0b5b5b;
}
Tropical Teal Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ddb8c, #2abbaf, #1e9999, #1a7f7c, #0b5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ddb8c, #2abbaf, #1e9999, #1a7f7c, #0b5b5b);
}
Similar color palettes
Tropical Teal Oasis color palette created on .