Paleta de colores Lush Meadow Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lush Meadow Sunrise palette
CSS de la paleta de colores Lush Meadow Sunrise
/* CSS */
.color-1 {
color: #62c12f;
}
.color-2 {
color: #a6da4e;
}
.color-3 {
color: #e2e878;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f6a85a;
}
/* CSS Variables */
:root {
--color-1: #62c12f;
--color-2: #a6da4e;
--color-3: #e2e878;
--color-4: #f9c54e;
--color-5: #f6a85a;
}
CSS del degradado de fondo Lush Meadow Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #62c12f, #a6da4e, #e2e878, #f9c54e, #f6a85a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #62c12f, #a6da4e, #e2e878, #f9c54e, #f6a85a);
}
Paletas de colores similares
Lush Meadow Sunrise color palette created on .