Blue Business Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Business palette

Share this palette to:

Blue Business color palette CSS

/* CSS */
.color-1 {
color: #2d4a7b;
}
.color-2 {
color: #4a7bbf;
}
.color-3 {
color: #7dc3e8;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e25e50;
}

/* CSS Variables */
:root {
--color-1: #2d4a7b;
--color-2: #4a7bbf;
--color-3: #7dc3e8;
--color-4: #f6b83c;
--color-5: #e25e50;
}

Blue Business background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4a7b, #4a7bbf, #7dc3e8, #f6b83c, #e25e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4a7b, #4a7bbf, #7dc3e8, #f6b83c, #e25e50);
}

Blue Business color palette created on .