Orange Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Blue palette

Share this palette to:

Orange Blue color palette CSS

/* CSS */
.color-1 {
color: #d55e30;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f4e971;
}
.color-4 {
color: #88c4e2;
}
.color-5 {
color: #4f84a1;
}

/* CSS Variables */
:root {
--color-1: #d55e30;
--color-2: #f6b83c;
--color-3: #f4e971;
--color-4: #88c4e2;
--color-5: #4f84a1;
}

Orange Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55e30, #f6b83c, #f4e971, #88c4e2, #4f84a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55e30, #f6b83c, #f4e971, #88c4e2, #4f84a1);
}

Orange Blue color palette created on .