Paleta de colores Blueberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blueberry palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blueberry

Download blueberry color palette PNG image (landscape)
Download blueberry color palette PNG image (square)

CSS de la paleta de colores Blueberry

/* CSS */
.color-1 {
color: #145085;
}
.color-2 {
color: #1c70b5;
}
.color-3 {
color: #2497cc;
}
.color-4 {
color: #33d0db;
}
.color-5 {
color: #55c6e2;
}

/* CSS Variables */
:root {
--color-1: #145085;
--color-2: #1c70b5;
--color-3: #2497cc;
--color-4: #33d0db;
--color-5: #55c6e2;
}

CSS del degradado de fondo Blueberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #145085, #1c70b5, #2497cc, #33d0db, #55c6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #145085, #1c70b5, #2497cc, #33d0db, #55c6e2);
}

Blueberry color palette created on .