Paleta de colores Sunset Vibes
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Vibes palette
CSS de la paleta de colores Sunset Vibes
/* CSS */
.color-1 {
color: #f7c602;
}
.color-2 {
color: #f86c30;
}
.color-3 {
color: #f73c02;
}
.color-4 {
color: #f83055;
}
.color-5 {
color: #cf026c;
}
/* CSS Variables */
:root {
--color-1: #f7c602;
--color-2: #f86c30;
--color-3: #f73c02;
--color-4: #f83055;
--color-5: #cf026c;
}
CSS del degradado de fondo Sunset Vibes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c602, #f86c30, #f73c02, #f83055, #cf026c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c602, #f86c30, #f73c02, #f83055, #cf026c);
}
Paletas de colores similares
Sunset Vibes color palette created on .