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