Shades of Green Pistachio Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green Pistachio palette

Share this palette to:

Shades of Green Pistachio color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e1f0d1;
}
.color-3 {
color: #b3e6b3;
}
.color-4 {
color: #a7d9a1;
}
.color-5 {
color: #c9e4d5;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e1f0d1;
--color-3: #b3e6b3;
--color-4: #a7d9a1;
--color-5: #c9e4d5;
}

Shades of Green Pistachio background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e1f0d1, #b3e6b3, #a7d9a1, #c9e4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e1f0d1, #b3e6b3, #a7d9a1, #c9e4d5);
}

Shades of Green Pistachio color palette created on .