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: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #d54d78;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff3d3d;
--color-4: #d54d78;
--color-5: #681b98;
}
CSS del degradado de fondo Vibrant Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff3d3d, #d54d78, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff3d3d, #d54d78, #681b98);
}
Paletas de colores similares
Vibrant Sunset color palette created on .