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: #f9cf8b;
}
.color-3 {
color: #f1cb4b;
}
.color-4 {
color: #e8b430;
}
.color-5 {
color: #c27a9f;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f9cf8b;
--color-3: #f1cb4b;
--color-4: #e8b430;
--color-5: #c27a9f;
}

CSS del degradado de fondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f9cf8b, #f1cb4b, #e8b430, #c27a9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f9cf8b, #f1cb4b, #e8b430, #c27a9f);
}

Sunset Serenade color palette created on .