Paleta de colores Light Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Green palette
CSS de la paleta de colores Light Green
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f7dc6e;
}
.color-3 {
color: #e1e278;
}
.color-4 {
color: #a4d680;
}
.color-5 {
color: #79c3b7;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f7dc6e;
--color-3: #e1e278;
--color-4: #a4d680;
--color-5: #79c3b7;
}
CSS del degradado de fondo Light Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f7dc6e, #e1e278, #a4d680, #79c3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f7dc6e, #e1e278, #a4d680, #79c3b7);
}
Paletas de colores similares
Light Green color palette created on .