Shades of Blue and Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue and Red palette
Shades of Blue and Red color palette CSS
/* CSS */
.color-1 {
color: #ff0040;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffb742;
}
.color-4 {
color: #42c0ff;
}
.color-5 {
color: #0040ff;
}
/* CSS Variables */
:root {
--color-1: #ff0040;
--color-2: #ff7142;
--color-3: #ffb742;
--color-4: #42c0ff;
--color-5: #0040ff;
}
Shades of Blue and Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0040, #ff7142, #ffb742, #42c0ff, #0040ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0040, #ff7142, #ffb742, #42c0ff, #0040ff);
}
Similar color palettes
Shades of Blue and Red color palette created on .