Paleta de colores Sunday Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunday Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunday Serenity

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

CSS de la paleta de colores Sunday Serenity

/* CSS */
.color-1 {
color: #2e2a5a;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #707ebd;
}
.color-4 {
color: #b3a0d4;
}
.color-5 {
color: #f9d09f;
}

/* CSS Variables */
:root {
--color-1: #2e2a5a;
--color-2: #4a4e8c;
--color-3: #707ebd;
--color-4: #b3a0d4;
--color-5: #f9d09f;
}

CSS del degradado de fondo Sunday Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a5a, #4a4e8c, #707ebd, #b3a0d4, #f9d09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a5a, #4a4e8c, #707ebd, #b3a0d4, #f9d09f);
}

Sunday Serenity color palette created on .