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