Blue Europa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Europa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Europa Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Europa color palette created on .