Shades of Blue and Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue and Orange palette
Shades of Blue and Orange color palette CSS
/* CSS */
.color-1 {
color: #a3d4e0;
}
.color-2 {
color: #f2b76e;
}
.color-3 {
color: #f29050;
}
.color-4 {
color: #d35c3c;
}
.color-5 {
color: #a64b3a;
}
/* CSS Variables */
:root {
--color-1: #a3d4e0;
--color-2: #f2b76e;
--color-3: #f29050;
--color-4: #d35c3c;
--color-5: #a64b3a;
}
Shades of Blue and Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d4e0, #f2b76e, #f29050, #d35c3c, #a64b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d4e0, #f2b76e, #f29050, #d35c3c, #a64b3a);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Shades of Blue and Orange color palette created on .