Paleta de colores Lights Morning

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lights Morning palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Lights Morning

Download lights morning color palette PNG image (landscape)
Download lights morning color palette PNG image (square)

CSS de la paleta de colores Lights Morning

/* CSS */
.color-1 {
color: #f5dbb7;
}
.color-2 {
color: #f1b0a2;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f29c9d;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #f5dbb7;
--color-2: #f1b0a2;
--color-3: #f78d8d;
--color-4: #f29c9d;
--color-5: #eab8e4;
}

CSS del degradado de fondo Lights Morning

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5dbb7, #f1b0a2, #f78d8d, #f29c9d, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5dbb7, #f1b0a2, #f78d8d, #f29c9d, #eab8e4);
}

Lights Morning color palette created on .