Paleta de colores Green Nostalgia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Nostalgia palette

Compartir esta paleta en:

CSS de la paleta de colores Green Nostalgia

/* 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;
}

CSS del degradado de fondo Green Nostalgia

/* 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);
}

Green Nostalgia color palette created on .