Blue and Red Fusion Color Palette
Discover the beautiful Blue and Red Fusion color palette featuring matisse (#1e75b3), flamenco (#ff7f0f), forest green (#2ca02c), punch (#d72828) and wisteria (#9367bc).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blue and Red Fusion palette
💻 Blue and Red Fusion color palette CSS
/* CSS */
.color-1 {
color: #1e75b3;
}
.color-2 {
color: #ff7f0f;
}
.color-3 {
color: #2ca02c;
}
.color-4 {
color: #d72828;
}
.color-5 {
color: #9367bc;
}
/* CSS Variables */
:root {
--color-1: #1e75b3;
--color-2: #ff7f0f;
--color-3: #2ca02c;
--color-4: #d72828;
--color-5: #9367bc;
}
🌈 Blue and Red Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e75b3, #ff7f0f, #2ca02c, #d72828, #9367bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e75b3, #ff7f0f, #2ca02c, #d72828, #9367bc);
}
🔗 Explore similar color palettes
Blue and Red Fusion color palette created on .