Blue and Orange Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue and Orange Harmony palette
Blue and Orange Harmony color palette CSS
/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #ffa600;
}
.color-3 {
color: #00a1e6;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #007e94;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #ffa600;
--color-3: #00a1e6;
--color-4: #ff8c00;
--color-5: #007e94;
}
Blue and Orange Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #ffa600, #00a1e6, #ff8c00, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #ffa600, #00a1e6, #ff8c00, #007e94);
}
Similar color palettes
Blue and Orange Harmony color palette created on .