Paleta de colores Fern Green Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Fern Green Shades palette
CSS de la paleta de colores Fern Green Shades
/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #cee8d4;
}
.color-4 {
color: #f1f9f2;
}
.color-5 {
color: #f6f1d0;
}
/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #a7caa0;
--color-3: #cee8d4;
--color-4: #f1f9f2;
--color-5: #f6f1d0;
}
CSS del degradado de fondo Fern Green Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #a7caa0, #cee8d4, #f1f9f2, #f6f1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #a7caa0, #cee8d4, #f1f9f2, #f6f1d0);
}
Paletas de colores similares
Fern Green Shades color palette created on .