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: #3b4e4e;
}
.color-2 {
color: #4e6a64;
}
.color-3 {
color: #6ea09a;
}
.color-4 {
color: #a5cfb3;
}
.color-5 {
color: #e1f1df;
}
/* CSS Variables */
:root {
--color-1: #3b4e4e;
--color-2: #4e6a64;
--color-3: #6ea09a;
--color-4: #a5cfb3;
--color-5: #e1f1df;
}
Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4e4e, #4e6a64, #6ea09a, #a5cfb3, #e1f1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4e4e, #4e6a64, #6ea09a, #a5cfb3, #e1f1df);
}
Similar color palettes
Shades of Green color palette created on .