Green Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Nostalgia palette

Share this palette to:

Green Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #339983;
}
.color-2 {
color: #41716d;
}
.color-3 {
color: #5a8c68;
}
.color-4 {
color: #7d5e76;
}
.color-5 {
color: #ce6c5f;
}

/* CSS Variables */
:root {
--color-1: #339983;
--color-2: #41716d;
--color-3: #5a8c68;
--color-4: #7d5e76;
--color-5: #ce6c5f;
}

Green Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #339983, #41716d, #5a8c68, #7d5e76, #ce6c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #339983, #41716d, #5a8c68, #7d5e76, #ce6c5f);
}

Green Nostalgia color palette created on .