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