Paleta de colores Gothic Royalty

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gothic Royalty palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Gothic Royalty

Download gothic royalty color palette PNG image (landscape)
Download gothic royalty color palette PNG image (square)

CSS de la paleta de colores Gothic Royalty

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4a2a9d;
}
.color-3 {
color: #7e3eac;
}
.color-4 {
color: #b35dbb;
}
.color-5 {
color: #e8a1c4;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a2a9d;
--color-3: #7e3eac;
--color-4: #b35dbb;
--color-5: #e8a1c4;
}

CSS del degradado de fondo Gothic Royalty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a2a9d, #7e3eac, #b35dbb, #e8a1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a2a9d, #7e3eac, #b35dbb, #e8a1c4);
}

Gothic Royalty color palette created on .