Paleta de colores Sunset Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Serenade

/* CSS */
.color-1 {
color: #a8e2f0;
}
.color-2 {
color: #f4c19f;
}
.color-3 {
color: #f5b9a8;
}
.color-4 {
color: #fbaf8e;
}
.color-5 {
color: #ffc14d;
}

/* CSS Variables */
:root {
--color-1: #a8e2f0;
--color-2: #f4c19f;
--color-3: #f5b9a8;
--color-4: #fbaf8e;
--color-5: #ffc14d;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e2f0, #f4c19f, #f5b9a8, #fbaf8e, #ffc14d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e2f0, #f4c19f, #f5b9a8, #fbaf8e, #ffc14d);
}

Sunset Serenade color palette created on .