Vibrant Blue Red Color Palette
Discover the beautiful Vibrant Blue Red color palette featuring red (#fc0303), crusta (#f67a31), saffron (#f8c23a), havelock blue (#6aa8e2) and biscay (#1c3d6d).
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 Vibrant Blue Red palette
💻 Vibrant Blue Red color palette CSS
/* CSS */
.color-1 {
color: #fc0303;
}
.color-2 {
color: #f67a31;
}
.color-3 {
color: #f8c23a;
}
.color-4 {
color: #6aa8e2;
}
.color-5 {
color: #1c3d6d;
}
/* CSS Variables */
:root {
--color-1: #fc0303;
--color-2: #f67a31;
--color-3: #f8c23a;
--color-4: #6aa8e2;
--color-5: #1c3d6d;
}
🌈 Vibrant Blue Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc0303, #f67a31, #f8c23a, #6aa8e2, #1c3d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc0303, #f67a31, #f8c23a, #6aa8e2, #1c3d6d);
}
🔗 Explore similar color palettes
Vibrant Blue Red color palette created on .