Paleta de colores Green Decay

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Green Decay palette

Compartir esta paleta en:

CSS de la paleta de colores Green Decay

/* CSS */
.color-1 {
color: #6a8f3d;
}
.color-2 {
color: #b2d64c;
}
.color-3 {
color: #f1e8a2;
}
.color-4 {
color: #f3c5a0;
}
.color-5 {
color: #d77b75;
}

/* CSS Variables */
:root {
--color-1: #6a8f3d;
--color-2: #b2d64c;
--color-3: #f1e8a2;
--color-4: #f3c5a0;
--color-5: #d77b75;
}

CSS del degradado de fondo Green Decay

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8f3d, #b2d64c, #f1e8a2, #f3c5a0, #d77b75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8f3d, #b2d64c, #f1e8a2, #f3c5a0, #d77b75);
}

Green Decay color palette created on .