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: #f9b1ae;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #8cc6e8;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #ffa07a;
--color-3: #ffd900;
--color-4: #8cc6e8;
--color-5: #4a9cd3;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #ffa07a, #ffd900, #8cc6e8, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #ffa07a, #ffd900, #8cc6e8, #4a9cd3);
}

Sunset Serenade color palette created on .