The Green Knight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Green Knight palette

Share this palette to:

The Green Knight color palette PNG image

Download the green knight color palette PNG image (landscape)
Download the green knight color palette PNG image (square)

The Green Knight color palette CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #6dac39;
}
.color-3 {
color: #8fd64c;
}
.color-4 {
color: #c4e2a2;
}
.color-5 {
color: #f1f7e3;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #6dac39;
--color-3: #8fd64c;
--color-4: #c4e2a2;
--color-5: #f1f7e3;
}

The Green Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #6dac39, #8fd64c, #c4e2a2, #f1f7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #6dac39, #8fd64c, #c4e2a2, #f1f7e3);
}

The Green Knight color palette created on .