Green Sport Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Sport palette

Share this palette to:

Green Sport color palette CSS

/* CSS */
.color-1 {
color: #1f4d3b;
}
.color-2 {
color: #a4c6a9;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #da2e2b;
}

/* CSS Variables */
:root {
--color-1: #1f4d3b;
--color-2: #a4c6a9;
--color-3: #ff6d1f;
--color-4: #f9d75d;
--color-5: #da2e2b;
}

Green Sport background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4d3b, #a4c6a9, #ff6d1f, #f9d75d, #da2e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4d3b, #a4c6a9, #ff6d1f, #f9d75d, #da2e2b);
}

Green Sport color palette created on .