Teal Nature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Nature palette
Teal Nature color palette CSS
/* CSS */
.color-1 {
color: #f1f3f4;
}
.color-2 {
color: #b5d9e8;
}
.color-3 {
color: #7ac5d6;
}
.color-4 {
color: #2a9b9d;
}
.color-5 {
color: #0d4b5e;
}
/* CSS Variables */
:root {
--color-1: #f1f3f4;
--color-2: #b5d9e8;
--color-3: #7ac5d6;
--color-4: #2a9b9d;
--color-5: #0d4b5e;
}
Teal Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f4, #b5d9e8, #7ac5d6, #2a9b9d, #0d4b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f4, #b5d9e8, #7ac5d6, #2a9b9d, #0d4b5e);
}
Similar color palettes
Teal Nature color palette created on .