Blueberry Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blueberry Blue Shades palette

Share this palette to:

Download Blueberry Blue Shades Color Palette (PNG)

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

Blueberry Blue Shades color palette CSS

/* CSS */
.color-1 {
color: #5087f7;
}
.color-2 {
color: #395cdb;
}
.color-3 {
color: #2b4cb1;
}
.color-4 {
color: #1f3a89;
}
.color-5 {
color: #1a2e70;
}

/* CSS Variables */
:root {
--color-1: #5087f7;
--color-2: #395cdb;
--color-3: #2b4cb1;
--color-4: #1f3a89;
--color-5: #1a2e70;
}

Blueberry Blue Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5087f7, #395cdb, #2b4cb1, #1f3a89, #1a2e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5087f7, #395cdb, #2b4cb1, #1f3a89, #1a2e70);
}

Blueberry Blue Shades color palette created on .