Green Hop Seed Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Hop Seed palette

Share this palette to:

Green Hop Seed color palette CSS

/* CSS */
.color-1 {
color: #c6d199;
}
.color-2 {
color: #a7b94b;
}
.color-3 {
color: #4e7f3d;
}
.color-4 {
color: #2f6a4c;
}
.color-5 {
color: #1d4d4e;
}

/* CSS Variables */
:root {
--color-1: #c6d199;
--color-2: #a7b94b;
--color-3: #4e7f3d;
--color-4: #2f6a4c;
--color-5: #1d4d4e;
}

Green Hop Seed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6d199, #a7b94b, #4e7f3d, #2f6a4c, #1d4d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6d199, #a7b94b, #4e7f3d, #2f6a4c, #1d4d4e);
}

Green Hop Seed color palette created on .