Unique Red and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Unique Red and Blue palette

Share this palette to:

Unique Red and Blue color palette CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f25f95;
}
.color-4 {
color: #1e4d2b;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #4b91e2;
--color-3: #f25f95;
--color-4: #1e4d2b;
--color-5: #ffb300;
}

Unique Red and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #4b91e2, #f25f95, #1e4d2b, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #4b91e2, #f25f95, #1e4d2b, #ffb300);
}

Unique Red and Blue color palette created on .