Shades of Fern Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Fern Green palette

Share this palette to:

Shades of Fern Green color palette CSS

/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #6fbe7b;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #e1f4e6;
}
.color-5 {
color: #f2f8f5;
}

/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #6fbe7b;
--color-3: #a7d7b8;
--color-4: #e1f4e6;
--color-5: #f2f8f5;
}

Shades of Fern Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #6fbe7b, #a7d7b8, #e1f4e6, #f2f8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #6fbe7b, #a7d7b8, #e1f4e6, #f2f8f5);
}

Shades of Fern Green color palette created on .