Paleta de colores Serenity Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity Sunset

/* CSS */
.color-1 {
color: #5d7b8e;
}
.color-2 {
color: #a1d9d4;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f1c5a2;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #5d7b8e;
--color-2: #a1d9d4;
--color-3: #f4b69f;
--color-4: #f1c5a2;
--color-5: #e13e33;
}

CSS del degradado de fondo Serenity Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7b8e, #a1d9d4, #f4b69f, #f1c5a2, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7b8e, #a1d9d4, #f4b69f, #f1c5a2, #e13e33);
}

Serenity Sunset color palette created on .