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