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