Teal Wetlands Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Wetlands palette
Teal Wetlands color palette CSS
/* CSS */
.color-1 {
color: #5ab5a1;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #ec8918;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #f2faef;
}
/* CSS Variables */
:root {
--color-1: #5ab5a1;
--color-2: #f6d55a;
--color-3: #ec8918;
--color-4: #e63746;
--color-5: #f2faef;
}
Teal Wetlands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ab5a1, #f6d55a, #ec8918, #e63746, #f2faef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ab5a1, #f6d55a, #ec8918, #e63746, #f2faef);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Teal Wetlands color palette created on .