Blueberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blueberry palette

Share this palette to:

Download Blueberry Color Palette (PNG)

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

Blueberry color palette 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;
}

Blueberry background gradient CSS

/* 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 .