Paleta de colores Blue Goth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Goth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Goth

Download blue goth color palette PNG image (landscape)
Download blue goth color palette PNG image (square)

CSS de la paleta de colores Blue Goth

/* CSS */
.color-1 {
color: #292843;
}
.color-2 {
color: #514762;
}
.color-3 {
color: #817792;
}
.color-4 {
color: #aba9bc;
}
.color-5 {
color: #e7cad2;
}

/* CSS Variables */
:root {
--color-1: #292843;
--color-2: #514762;
--color-3: #817792;
--color-4: #aba9bc;
--color-5: #e7cad2;
}

CSS del degradado de fondo Blue Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292843, #514762, #817792, #aba9bc, #e7cad2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292843, #514762, #817792, #aba9bc, #e7cad2);
}

Blue Goth color palette created on .