Red and Blue Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red and Blue Harmony palette

Share this palette to:

Download Red and Blue Harmony Color Palette (PNG)

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

Red and Blue Harmony color palette CSS

/* CSS */
.color-1 {
color: #bf3a2b;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #bf3a2b;
--color-2: #e77e23;
--color-3: #f1c40e;
--color-4: #28af60;
--color-5: #3398db;
}

Red and Blue Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf3a2b, #e77e23, #f1c40e, #28af60, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf3a2b, #e77e23, #f1c40e, #28af60, #3398db);
}

Similar color palettes

Red and Blue Harmony color palette created on .