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: #c6cc8e;
}
.color-2 {
color: #a7b95b;
}
.color-3 {
color: #4b814d;
}
.color-4 {
color: #3a5a3d;
}
.color-5 {
color: #2d3a27;
}
/* CSS Variables */
:root {
--color-1: #c6cc8e;
--color-2: #a7b95b;
--color-3: #4b814d;
--color-4: #3a5a3d;
--color-5: #2d3a27;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6cc8e, #a7b95b, #4b814d, #3a5a3d, #2d3a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6cc8e, #a7b95b, #4b814d, #3a5a3d, #2d3a27);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Terroso
Shades of Green color palette created on .