Shades of Red and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Red and Blue palette

Share this palette to:

Download Shades of Red and Blue Color Palette (PNG)

Download shades of red and blue color palette PNG image (landscape)
Download shades of red and blue color palette PNG image (square)

Shades of Red and Blue color palette CSS

/* CSS */
.color-1 {
color: #cf021a;
}
.color-2 {
color: #4d8bff;
}
.color-3 {
color: #a55eb5;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #cf021a;
--color-2: #4d8bff;
--color-3: #a55eb5;
--color-4: #ffd54d;
--color-5: #ff6d2e;
}

Shades of Red and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf021a, #4d8bff, #a55eb5, #ffd54d, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf021a, #4d8bff, #a55eb5, #ffd54d, #ff6d2e);
}

Shades of Red and Blue color palette created on .