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: #4d6ef5;
}
.color-2 {
color: #6db7f3;
}
.color-3 {
color: #b9e4f8;
}
.color-4 {
color: #f1d7a7;
}
.color-5 {
color: #e6a68e;
}
/* CSS Variables */
:root {
--color-1: #4d6ef5;
--color-2: #6db7f3;
--color-3: #b9e4f8;
--color-4: #f1d7a7;
--color-5: #e6a68e;
}
Blue Business background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6ef5, #6db7f3, #b9e4f8, #f1d7a7, #e6a68e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6ef5, #6db7f3, #b9e4f8, #f1d7a7, #e6a68e);
}
Similar color palettes
Blue Business color palette created on .