Bichromatic Bliss Color Palette
Discover the beautiful Bichromatic Bliss color palette featuring biscay (#1e3a76), blue bayoux (#4e5f7e), solid pink (#8d3a4a), brick red (#bf2b3a) and flamingo (#f15a27).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, High Contrast, Red, Vibrant color palettes and combinations.
💡 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 Bichromatic Bliss palette
💻 Bichromatic Bliss color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4e5f7e;
}
.color-3 {
color: #8d3a4a;
}
.color-4 {
color: #bf2b3a;
}
.color-5 {
color: #f15a27;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4e5f7e;
--color-3: #8d3a4a;
--color-4: #bf2b3a;
--color-5: #f15a27;
} 🌈 Bichromatic Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4e5f7e, #8d3a4a, #bf2b3a, #f15a27);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4e5f7e, #8d3a4a, #bf2b3a, #f15a27);
} 🔗 Explore similar color palettes
Bichromatic Bliss color palette created on .