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: #f9d66c;
}
.color-2 {
color: #fbaa46;
}
.color-3 {
color: #f77d45;
}
.color-4 {
color: #d54030;
}
.color-5 {
color: #a9324e;
}
/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #fbaa46;
--color-3: #f77d45;
--color-4: #d54030;
--color-5: #a9324e;
}
CSS del degradado de fondo Sunset Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #fbaa46, #f77d45, #d54030, #a9324e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #fbaa46, #f77d45, #d54030, #a9324e);
}
Paletas de colores similares
Sunset Serenade color palette created on .