Green Nostalgia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Nostalgia palette
Green Nostalgia color palette CSS
/* CSS */
.color-1 {
color: #1d8b6c;
}
.color-2 {
color: #2e5c4f;
}
.color-3 {
color: #4c7b4f;
}
.color-4 {
color: #704c5b;
}
.color-5 {
color: #c95940;
}
/* CSS Variables */
:root {
--color-1: #1d8b6c;
--color-2: #2e5c4f;
--color-3: #4c7b4f;
--color-4: #704c5b;
--color-5: #c95940;
}
Green Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b6c, #2e5c4f, #4c7b4f, #704c5b, #c95940);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b6c, #2e5c4f, #4c7b4f, #704c5b, #c95940);
}
Similar color palettes
Green Nostalgia color palette created on .