Blueberry Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blueberry palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Blueberry

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

tavolozza dei colori Blueberry CSS

/* 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 con gradiente di sfondo 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 .