Shades of Green Haze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green Haze palette

Share this palette to:

Shades of Green Haze color palette CSS

/* CSS */
.color-1 {
color: #01a267;
}
.color-2 {
color: #4cdc8a;
}
.color-3 {
color: #9ef5b2;
}
.color-4 {
color: #b3ffde;
}
.color-5 {
color: #e0fff4;
}

/* CSS Variables */
:root {
--color-1: #01a267;
--color-2: #4cdc8a;
--color-3: #9ef5b2;
--color-4: #b3ffde;
--color-5: #e0fff4;
}

Shades of Green Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01a267, #4cdc8a, #9ef5b2, #b3ffde, #e0fff4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01a267, #4cdc8a, #9ef5b2, #b3ffde, #e0fff4);
}

Shades of Green Haze color palette created on .