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: #a3d5e0;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f78355;
}
.color-4 {
color: #d75f37;
}
.color-5 {
color: #c23b29;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f1b74b;
--color-3: #f78355;
--color-4: #d75f37;
--color-5: #c23b29;
}

Shades of Blue and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f1b74b, #f78355, #d75f37, #c23b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f1b74b, #f78355, #d75f37, #c23b29);
}

Shades of Blue and Orange color palette created on .