Shades of Tea Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Tea Green palette
Shades of Tea Green color palette CSS
/* CSS */
.color-1 {
color: #d1f0c1;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #7ec8a4;
}
.color-4 {
color: #4abf92;
}
.color-5 {
color: #2caa6d;
}
/* CSS Variables */
:root {
--color-1: #d1f0c1;
--color-2: #a7d7b8;
--color-3: #7ec8a4;
--color-4: #4abf92;
--color-5: #2caa6d;
}
Shades of Tea Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1f0c1, #a7d7b8, #7ec8a4, #4abf92, #2caa6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1f0c1, #a7d7b8, #7ec8a4, #4abf92, #2caa6d);
}
Similar color palettes
Shades of Tea Green color palette created on .