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