Paleta de colores Blue Pastel Goth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Pastel Goth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Pastel Goth

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

CSS de la paleta de colores Blue Pastel Goth

/* CSS */
.color-1 {
color: #a1c1e8;
}
.color-2 {
color: #7d9fd9;
}
.color-3 {
color: #4a81c4;
}
.color-4 {
color: #396ca2;
}
.color-5 {
color: #2d4d86;
}

/* CSS Variables */
:root {
--color-1: #a1c1e8;
--color-2: #7d9fd9;
--color-3: #4a81c4;
--color-4: #396ca2;
--color-5: #2d4d86;
}

CSS del degradado de fondo Blue Pastel Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1e8, #7d9fd9, #4a81c4, #396ca2, #2d4d86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1e8, #7d9fd9, #4a81c4, #396ca2, #2d4d86);
}

Blue Pastel Goth color palette created on .