Paleta de colores Sunset Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunset Serenity

Download sunset serenity color palette PNG image (landscape)
Download sunset serenity color palette PNG image (square)

CSS de la paleta de colores Sunset Serenity

/* CSS */
.color-1 {
color: #fefaf6;
}
.color-2 {
color: #fef6f1;
}
.color-3 {
color: #fdf0e3;
}
.color-4 {
color: #fbe1d0;
}
.color-5 {
color: #f9d5c8;
}

/* CSS Variables */
:root {
--color-1: #fefaf6;
--color-2: #fef6f1;
--color-3: #fdf0e3;
--color-4: #fbe1d0;
--color-5: #f9d5c8;
}

CSS del degradado de fondo Sunset Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefaf6, #fef6f1, #fdf0e3, #fbe1d0, #f9d5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefaf6, #fef6f1, #fdf0e3, #fbe1d0, #f9d5c8);
}

Sunset Serenity color palette created on .