Paleta de colores Sunrise Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunrise Serenity palette

Compartir esta paleta en:

Descargar la paleta de colores Sunrise Serenity (PNG)

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

CSS de la paleta de colores Sunrise Serenity

/* CSS */
.color-1 {
color: #bdcfe0;
}
.color-2 {
color: #eebfaf;
}
.color-3 {
color: #f8f5e2;
}
.color-4 {
color: #cdbf9d;
}
.color-5 {
color: #dab358;
}

/* CSS Variables */
:root {
--color-1: #bdcfe0;
--color-2: #eebfaf;
--color-3: #f8f5e2;
--color-4: #cdbf9d;
--color-5: #dab358;
}

CSS del degradado de fondo Sunrise Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}

Sunrise Serenity color palette created on .