Paleta de colores Gothic Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Gothic Garden palette
Descargar la paleta de colores Gothic Garden (PNG)
CSS de la paleta de colores Gothic Garden
/* CSS */
.color-1 {
color: #4a2b41;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #d5b3c0;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #4a2b41;
--color-2: #6a4e8d;
--color-3: #a77b9d;
--color-4: #d5b3c0;
--color-5: #f4cf3e;
}
CSS del degradado de fondo Gothic Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}
Paletas de colores similares
Gothic Garden color palette created on .