Corporate Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Corporate Blue palette
Corporate Blue color palette CSS
/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f0f2f4;
}
.color-4 {
color: #f6ac3c;
}
.color-5 {
color: #d75f19;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #a3c7e0;
--color-3: #f0f2f4;
--color-4: #f6ac3c;
--color-5: #d75f19;
}
Corporate Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #a3c7e0, #f0f2f4, #f6ac3c, #d75f19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #a3c7e0, #f0f2f4, #f6ac3c, #d75f19);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Corporate Blue color palette created on .