Paleta de colores Lemon Lime
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lemon Lime palette
CSS de la paleta de colores Lemon Lime
/* CSS */
.color-1 {
color: #bbff00;
}
.color-2 {
color: #d5e33b;
}
.color-3 {
color: #e9f54d;
}
.color-4 {
color: #f6f88b;
}
.color-5 {
color: #f5df3d;
}
/* CSS Variables */
:root {
--color-1: #bbff00;
--color-2: #d5e33b;
--color-3: #e9f54d;
--color-4: #f6f88b;
--color-5: #f5df3d;
}
CSS del degradado de fondo Lemon Lime
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbff00, #d5e33b, #e9f54d, #f6f88b, #f5df3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbff00, #d5e33b, #e9f54d, #f6f88b, #f5df3d);
}
Paletas de colores similares
Lemon Lime color palette created on .