Blue Europa Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Europa palette

Share this palette to:

Download Blue Europa Color Palette (PNG)

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

Blue Europa color palette CSS

/* CSS */
.color-1 {
color: #f1f4f9;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #7c9ec0;
}
.color-4 {
color: #4e7b97;
}
.color-5 {
color: #2b5564;
}

/* CSS Variables */
:root {
--color-1: #f1f4f9;
--color-2: #a3c2e0;
--color-3: #7c9ec0;
--color-4: #4e7b97;
--color-5: #2b5564;
}

Blue Europa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f4f9, #a3c2e0, #7c9ec0, #4e7b97, #2b5564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f4f9, #a3c2e0, #7c9ec0, #4e7b97, #2b5564);
}

Blue Europa color palette created on .