Green Urinite Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Urinite palette

Share this palette to:

Green Urinite color palette CSS

/* CSS */
.color-1 {
color: #7ca04b;
}
.color-2 {
color: #a8c66c;
}
.color-3 {
color: #d0e09e;
}
.color-4 {
color: #f2f3b4;
}
.color-5 {
color: #f9e89f;
}

/* CSS Variables */
:root {
--color-1: #7ca04b;
--color-2: #a8c66c;
--color-3: #d0e09e;
--color-4: #f2f3b4;
--color-5: #f9e89f;
}

Green Urinite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ca04b, #a8c66c, #d0e09e, #f2f3b4, #f9e89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ca04b, #a8c66c, #d0e09e, #f2f3b4, #f9e89f);
}

Green Urinite color palette created on .