Red and Blue Scatter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Blue Scatter palette
Red and Blue Scatter color palette CSS
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #3381ff;
}
.color-3 {
color: #1c1c1c;
}
.color-4 {
color: #ff9933;
}
.color-5 {
color: #ff33a7;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #3381ff;
--color-3: #1c1c1c;
--color-4: #ff9933;
--color-5: #ff33a7;
}
Red and Blue Scatter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #3381ff, #1c1c1c, #ff9933, #ff33a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #3381ff, #1c1c1c, #ff9933, #ff33a7);
}
Similar color palettes
Scroll down to explore 80+ Red color palettes
Red and Blue Scatter color palette created on .