Paleta de colores Shades of Green Finch
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green Finch palette
CSS de la paleta de colores Shades of Green Finch
/* CSS */
.color-1 {
color: #a4b77b;
}
.color-2 {
color: #bac78e;
}
.color-3 {
color: #c9d89d;
}
.color-4 {
color: #d8e5ae;
}
.color-5 {
color: #e8f0b2;
}
/* CSS Variables */
:root {
--color-1: #a4b77b;
--color-2: #bac78e;
--color-3: #c9d89d;
--color-4: #d8e5ae;
--color-5: #e8f0b2;
}
CSS del degradado de fondo Shades of Green Finch
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b77b, #bac78e, #c9d89d, #d8e5ae, #e8f0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b77b, #bac78e, #c9d89d, #d8e5ae, #e8f0b2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Shades of Green Finch color palette created on .