Paleta de colores Jumping Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Jumping Sunshine palette
CSS de la paleta de colores Jumping Sunshine
/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f94346;
}
.color-3 {
color: #f3712b;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}
/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f94346;
--color-3: #f3712b;
--color-4: #91be6f;
--color-5: #56768f;
}
CSS del degradado de fondo Jumping Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f94346, #f3712b, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f94346, #f3712b, #91be6f, #56768f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Jumping Sunshine color palette created on .