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