Paleta de colores Shades of Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green palette
CSS de la paleta de colores Shades of Green
/* CSS */
.color-1 {
color: #4b8c3b;
}
.color-2 {
color: #6cb04f;
}
.color-3 {
color: #8dd56c;
}
.color-4 {
color: #b7e1a8;
}
.color-5 {
color: #dff5d6;
}
/* CSS Variables */
:root {
--color-1: #4b8c3b;
--color-2: #6cb04f;
--color-3: #8dd56c;
--color-4: #b7e1a8;
--color-5: #dff5d6;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8c3b, #6cb04f, #8dd56c, #b7e1a8, #dff5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8c3b, #6cb04f, #8dd56c, #b7e1a8, #dff5d6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Verde
Shades of Green color palette created on .