Blue Business Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Business palette
Blue Business color palette CSS
/* CSS */
.color-1 {
color: #1e4d76;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #84b1c2;
}
.color-4 {
color: #c5e2e7;
}
.color-5 {
color: #f0f2f4;
}
/* CSS Variables */
:root {
--color-1: #1e4d76;
--color-2: #507e9b;
--color-3: #84b1c2;
--color-4: #c5e2e7;
--color-5: #f0f2f4;
}
Blue Business background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d76, #507e9b, #84b1c2, #c5e2e7, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d76, #507e9b, #84b1c2, #c5e2e7, #f0f2f4);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Blue Business color palette created on .