Shades of Blue and Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue and Orange palette

Share this palette to:

Shades of Blue and Orange color palette CSS

/* CSS */
.color-1 {
color: #6bb7f5;
}
.color-2 {
color: #f3b14f;
}
.color-3 {
color: #f78f4b;
}
.color-4 {
color: #d6612e;
}
.color-5 {
color: #6d507c;
}

/* CSS Variables */
:root {
--color-1: #6bb7f5;
--color-2: #f3b14f;
--color-3: #f78f4b;
--color-4: #d6612e;
--color-5: #6d507c;
}

Shades of Blue and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7f5, #f3b14f, #f78f4b, #d6612e, #6d507c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7f5, #f3b14f, #f78f4b, #d6612e, #6d507c);
}

Shades of Blue and Orange color palette created on .