Paleta de colores Creepy Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creepy Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Creepy Blue

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

CSS de la paleta de colores Creepy Blue

/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3c498b;
}
.color-3 {
color: #5b6c9f;
}
.color-4 {
color: #7a8fb3;
}
.color-5 {
color: #a7c3e6;
}

/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3c498b;
--color-3: #5b6c9f;
--color-4: #7a8fb3;
--color-5: #a7c3e6;
}

CSS del degradado de fondo Creepy Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3c498b, #5b6c9f, #7a8fb3, #a7c3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3c498b, #5b6c9f, #7a8fb3, #a7c3e6);
}

Creepy Blue color palette created on .