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: #5a8c5a;
}
.color-2 {
color: #3d6c48;
}
.color-3 {
color: #2a5a3a;
}
.color-4 {
color: #1d4e2e;
}
.color-5 {
color: #0a3d25;
}
/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #3d6c48;
--color-3: #2a5a3a;
--color-4: #1d4e2e;
--color-5: #0a3d25;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #3d6c48, #2a5a3a, #1d4e2e, #0a3d25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #3d6c48, #2a5a3a, #1d4e2e, #0a3d25);
}
Similar color palettes
Shades of Green color palette created on .