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: #096a06;
}
.color-2 {
color: #3cc02a;
}
.color-3 {
color: #86d750;
}
.color-4 {
color: #b3e198;
}
.color-5 {
color: #e1f5c7;
}
/* CSS Variables */
:root {
--color-1: #096a06;
--color-2: #3cc02a;
--color-3: #86d750;
--color-4: #b3e198;
--color-5: #e1f5c7;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #096a06, #3cc02a, #86d750, #b3e198, #e1f5c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #096a06, #3cc02a, #86d750, #b3e198, #e1f5c7);
}
Paletas de colores similares
Shades of Green color palette created on .