Paleta de colores Lemon Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lemon Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Lemon Sunshine

/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #f8d5a0;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #fce5ca;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f8d5a0;
--color-3: #f9b1ae;
--color-4: #fce5ca;
--color-5: #f6b83c;
}

CSS del degradado de fondo Lemon Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f8d5a0, #f9b1ae, #fce5ca, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f8d5a0, #f9b1ae, #fce5ca, #f6b83c);
}

Lemon Sunshine color palette created on .