Paleta de colores Sunset Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Serenade palette
CSS de la paleta de colores Sunset Serenade
/* CSS */
.color-1 {
color: #f5db84;
}
.color-2 {
color: #eebdb0;
}
.color-3 {
color: #eaaf62;
}
.color-4 {
color: #da6d49;
}
.color-5 {
color: #957b6f;
}
/* CSS Variables */
:root {
--color-1: #f5db84;
--color-2: #eebdb0;
--color-3: #eaaf62;
--color-4: #da6d49;
--color-5: #957b6f;
}
CSS del degradado de fondo Sunset Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5db84, #eebdb0, #eaaf62, #da6d49, #957b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5db84, #eebdb0, #eaaf62, #da6d49, #957b6f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft yellow
Sunset Serenade color palette created on .