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