Paleta de colores Sunlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunlit Serenity

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

CSS de la paleta de colores Sunlit Serenity

/* CSS */
.color-1 {
color: #f8d64f;
}
.color-2 {
color: #a3d44e;
}
.color-3 {
color: #6eaf89;
}
.color-4 {
color: #4b8eaf;
}
.color-5 {
color: #3e4b5b;
}

/* CSS Variables */
:root {
--color-1: #f8d64f;
--color-2: #a3d44e;
--color-3: #6eaf89;
--color-4: #4b8eaf;
--color-5: #3e4b5b;
}

CSS del degradado de fondo Sunlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d64f, #a3d44e, #6eaf89, #4b8eaf, #3e4b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d64f, #a3d44e, #6eaf89, #4b8eaf, #3e4b5b);
}

Sunlit Serenity color palette created on .