Paleta de colores Shrek Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shrek Green palette
Imagen PNG de la paleta de colores Shrek Green
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Verde
Shrek Green color palette created on .