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: #a4d5df;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f06c51;
}
.color-4 {
color: #d22d6c;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #a4d5df;
--color-2: #f0a800;
--color-3: #f06c51;
--color-4: #d22d6c;
--color-5: #000000;
}

Shades of Blue and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5df, #f0a800, #f06c51, #d22d6c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5df, #f0a800, #f06c51, #d22d6c, #000000);
}

Shades of Blue and Orange color palette created on .