Teal Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Shades palette
Teal Shades color palette CSS
/* CSS */
.color-1 {
color: #a3fff0;
}
.color-2 {
color: #8ed2c5;
}
.color-3 {
color: #699b78;
}
.color-4 {
color: #4c7b5e;
}
.color-5 {
color: #3c5d49;
}
/* CSS Variables */
:root {
--color-1: #a3fff0;
--color-2: #8ed2c5;
--color-3: #699b78;
--color-4: #4c7b5e;
--color-5: #3c5d49;
}
Teal Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3fff0, #8ed2c5, #699b78, #4c7b5e, #3c5d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3fff0, #8ed2c5, #699b78, #4c7b5e, #3c5d49);
}
Similar color palettes
Teal Shades color palette created on .