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