Paleta de colores Vibrant Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Sunset palette
CSS de la paleta de colores Vibrant Sunset
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffed24;
}
.color-4 {
color: #e9ed91;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb300;
--color-3: #ffed24;
--color-4: #e9ed91;
--color-5: #ff6e61;
}
CSS del degradado de fondo Vibrant Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb300, #ffed24, #e9ed91, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb300, #ffed24, #e9ed91, #ff6e61);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600 paletas de colores Naranja
Vibrant Sunset color palette created on .