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: #ff7e3d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4cae7b;
}
/* CSS Variables */
:root {
--color-1: #ff7e3d;
--color-2: #ffb84d;
--color-3: #ffd900;
--color-4: #a3d55d;
--color-5: #4cae7b;
}
CSS del degradado de fondo Sunset Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e3d, #ffb84d, #ffd900, #a3d55d, #4cae7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e3d, #ffb84d, #ffd900, #a3d55d, #4cae7b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Sunset Serenade color palette created on .