Blue Country Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Country palette
Blue Country color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #7fb4f0;
}
.color-3 {
color: #a3c2e0;
}
.color-4 {
color: #b2e0d7;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #7fb4f0;
--color-3: #a3c2e0;
--color-4: #b2e0d7;
--color-5: #f1c40e;
}
Blue Country background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #7fb4f0, #a3c2e0, #b2e0d7, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #7fb4f0, #a3c2e0, #b2e0d7, #f1c40e);
}
Similar color palettes
Scroll down to explore 500+ Blue color palettes
Blue Country color palette created on .