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: #f3e4aa;
}
.color-2 {
color: #f7cf69;
}
.color-3 {
color: #f9a358;
}
.color-4 {
color: #f67d3c;
}
.color-5 {
color: #ed5b26;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f7cf69;
--color-3: #f9a358;
--color-4: #f67d3c;
--color-5: #ed5b26;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f7cf69, #f9a358, #f67d3c, #ed5b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f7cf69, #f9a358, #f67d3c, #ed5b26);
}

Sunset Serenade color palette created on .