Paleta de colores Sunlit Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Serenity

/* CSS */
.color-1 {
color: #f2eba1;
}
.color-2 {
color: #c5d68f;
}
.color-3 {
color: #a1c7d3;
}
.color-4 {
color: #5db9d5;
}
.color-5 {
color: #f45d7e;
}

/* CSS Variables */
:root {
--color-1: #f2eba1;
--color-2: #c5d68f;
--color-3: #a1c7d3;
--color-4: #5db9d5;
--color-5: #f45d7e;
}

CSS del degradado de fondo Sunlit Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2eba1, #c5d68f, #a1c7d3, #5db9d5, #f45d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2eba1, #c5d68f, #a1c7d3, #5db9d5, #f45d7e);
}

Sunlit Serenity color palette created on .