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:

Shades of Red and Blue color palette CSS

/* CSS */
.color-1 {
color: #c94f4f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #5fbf5f;
}
.color-5 {
color: #4d8bff;
}

/* CSS Variables */
:root {
--color-1: #c94f4f;
--color-2: #ff6e61;
--color-3: #fab700;
--color-4: #5fbf5f;
--color-5: #4d8bff;
}

Shades of Red and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94f4f, #ff6e61, #fab700, #5fbf5f, #4d8bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94f4f, #ff6e61, #fab700, #5fbf5f, #4d8bff);
}

Shades of Red and Blue color palette created on .