Green Environment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Environment palette
Green Environment color palette CSS
/* CSS */
.color-1 {
color: #a7e2b2;
}
.color-2 {
color: #b3e1a8;
}
.color-3 {
color: #f4fbb1;
}
.color-4 {
color: #ffce7a;
}
.color-5 {
color: #ffac80;
}
/* CSS Variables */
:root {
--color-1: #a7e2b2;
--color-2: #b3e1a8;
--color-3: #f4fbb1;
--color-4: #ffce7a;
--color-5: #ffac80;
}
Green Environment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e2b2, #b3e1a8, #f4fbb1, #ffce7a, #ffac80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e2b2, #b3e1a8, #f4fbb1, #ffce7a, #ffac80);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Green Environment color palette created on .