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