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: #c5c149;
}
.color-2 {
color: #a8b93c;
}
.color-3 {
color: #7c7631;
}
.color-4 {
color: #584d2c;
}
.color-5 {
color: #3e3a23;
}
/* CSS Variables */
:root {
--color-1: #c5c149;
--color-2: #a8b93c;
--color-3: #7c7631;
--color-4: #584d2c;
--color-5: #3e3a23;
}
CSS del degradado de fondo Shades of Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5c149, #a8b93c, #7c7631, #584d2c, #3e3a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5c149, #a8b93c, #7c7631, #584d2c, #3e3a23);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Otoño
Shades of Green color palette created on .