Red and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Blue palette
Red and Blue color palette PNG image
Red and Blue color palette CSS
/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #f48e1a;
}
.color-3 {
color: #4f9ecf;
}
.color-4 {
color: #1e3a76;
}
.color-5 {
color: #a62b2b;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #f48e1a;
--color-3: #4f9ecf;
--color-4: #1e3a76;
--color-5: #a62b2b;
}
Red and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #f48e1a, #4f9ecf, #1e3a76, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #f48e1a, #4f9ecf, #1e3a76, #a62b2b);
}
Similar color palettes
Red and Blue color palette created on .