Paleta de colores Lemon Drop

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lemon Drop palette

Compartir esta paleta en:

Descargar la paleta de colores Lemon Drop (PNG)

Download lemon drop color palette PNG image (landscape)
Download lemon drop color palette PNG image (square)

CSS de la paleta de colores Lemon Drop

/* CSS */
.color-1 {
color: #f6e384;
}
.color-2 {
color: #f7e297;
}
.color-3 {
color: #f7d264;
}
.color-4 {
color: #f7aa9c;
}
.color-5 {
color: #f7c297;
}

/* CSS Variables */
:root {
--color-1: #f6e384;
--color-2: #f7e297;
--color-3: #f7d264;
--color-4: #f7aa9c;
--color-5: #f7c297;
}

CSS del degradado de fondo Lemon Drop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e384, #f7e297, #f7d264, #f7aa9c, #f7c297);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e384, #f7e297, #f7d264, #f7aa9c, #f7c297);
}

Lemon Drop color palette created on .