Orange and Blue Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange and Blue Harmony palette

Share this palette to:

Orange and Blue Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #a3c2e0;
}
.color-4 {
color: #004f94;
}
.color-5 {
color: #00264d;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f0a800;
--color-3: #a3c2e0;
--color-4: #004f94;
--color-5: #00264d;
}

Orange and Blue Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f0a800, #a3c2e0, #004f94, #00264d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f0a800, #a3c2e0, #004f94, #00264d);
}

Orange and Blue Harmony color palette created on .