Blue Red Fusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Red Fusion palette
Blue Red Fusion color palette CSS
/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #ff4d3d;
}
.color-3 {
color: #fbb018;
}
.color-4 {
color: #a2e2d4;
}
.color-5 {
color: #f26e6e;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #ff4d3d;
--color-3: #fbb018;
--color-4: #a2e2d4;
--color-5: #f26e6e;
}
Blue Red Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #ff4d3d, #fbb018, #a2e2d4, #f26e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #ff4d3d, #fbb018, #a2e2d4, #f26e6e);
}
Similar color palettes
Blue Red Fusion color palette created on .