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