Shades of Fern Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Fern Green palette
Shades of Fern Green color palette CSS
/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #60af6e;
}
.color-3 {
color: #8fdc90;
}
.color-4 {
color: #b3e6b6;
}
.color-5 {
color: #c6f9c3;
}
/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #60af6e;
--color-3: #8fdc90;
--color-4: #b3e6b6;
--color-5: #c6f9c3;
}
Shades of Fern Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #60af6e, #8fdc90, #b3e6b6, #c6f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #60af6e, #8fdc90, #b3e6b6, #c6f9c3);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Shades of Fern Green color palette created on .