Business Office Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Business Office palette

Share this palette to:

Business Office color palette PNG image

Download business office color palette PNG image (landscape)
Download business office color palette PNG image (square)

Business Office color palette CSS

/* CSS */
.color-1 {
color: #093258;
}
.color-2 {
color: #123c69;
}
.color-3 {
color: #184e77;
}
.color-4 {
color: #6d1c1e;
}
.color-5 {
color: #350d0e;
}

/* CSS Variables */
:root {
--color-1: #093258;
--color-2: #123c69;
--color-3: #184e77;
--color-4: #6d1c1e;
--color-5: #350d0e;
}

Business Office background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #093258, #123c69, #184e77, #6d1c1e, #350d0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #093258, #123c69, #184e77, #6d1c1e, #350d0e);
}

Business Office color palette created on .