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: #3a5a3c;
}
.color-2 {
color: #698c5a;
}
.color-3 {
color: #a2c3a4;
}
.color-4 {
color: #d8e6b7;
}
.color-5 {
color: #e1b289;
}
/* CSS Variables */
:root {
--color-1: #3a5a3c;
--color-2: #698c5a;
--color-3: #a2c3a4;
--color-4: #d8e6b7;
--color-5: #e1b289;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5a3c, #698c5a, #a2c3a4, #d8e6b7, #e1b289);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5a3c, #698c5a, #a2c3a4, #d8e6b7, #e1b289);
}
Similar color palettes
Shades of Green color palette created on .