Light Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Green palette
Light Green color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b2e0c4;
}
.color-3 {
color: #e0d4b8;
}
.color-4 {
color: #f6e7b1;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b2e0c4;
--color-3: #e0d4b8;
--color-4: #f6e7b1;
--color-5: #f1c84b;
}
Light Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b2e0c4, #e0d4b8, #f6e7b1, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b2e0c4, #e0d4b8, #f6e7b1, #f1c84b);
}
Similar color palettes
Light Green color palette created on .