Paleta de colores Shrek Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shrek Green palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shrek Green

Download shrek green color palette PNG image (landscape)
Download shrek green color palette PNG image (square)

CSS de la paleta de colores Shrek Green

/* CSS */
.color-1 {
color: #7da03b;
}
.color-2 {
color: #5a6f2f;
}
.color-3 {
color: #3b4f1c;
}
.color-4 {
color: #a5d57c;
}
.color-5 {
color: #f4f8b9;
}

/* CSS Variables */
:root {
--color-1: #7da03b;
--color-2: #5a6f2f;
--color-3: #3b4f1c;
--color-4: #a5d57c;
--color-5: #f4f8b9;
}

CSS del degradado de fondo Shrek Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7da03b, #5a6f2f, #3b4f1c, #a5d57c, #f4f8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7da03b, #5a6f2f, #3b4f1c, #a5d57c, #f4f8b9);
}

Shrek Green color palette created on .