Bright Green Tea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Green Tea palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bright Green Tea Color Palette (PNG)
Bright Green Tea color palette CSS
/* CSS */
.color-1 {
color: #d6c400;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #8cc851;
}
.color-4 {
color: #4abf77;
}
.color-5 {
color: #d7e4af;
}
/* CSS Variables */
:root {
--color-1: #d6c400;
--color-2: #fad400;
--color-3: #8cc851;
--color-4: #4abf77;
--color-5: #d7e4af;
}
Bright Green Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c400, #fad400, #8cc851, #4abf77, #d7e4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c400, #fad400, #8cc851, #4abf77, #d7e4af);
}
Similar color palettes
Bright Green Tea color palette created on .