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