Fallen Blue Color Palette
Discover the beautiful Fallen Blue color palette featuring chestnut (#b84c4c), apricot (#f19f79), buff (#f1d088), vista blue (#8fcca9) and steel blue (#4a8bba).
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 Fallen Blue palette
💻 Fallen Blue color palette CSS
/* CSS */
.color-1 {
color: #b84c4c;
}
.color-2 {
color: #f19f79;
}
.color-3 {
color: #f1d088;
}
.color-4 {
color: #8fcca9;
}
.color-5 {
color: #4a8bba;
}
/* CSS Variables */
:root {
--color-1: #b84c4c;
--color-2: #f19f79;
--color-3: #f1d088;
--color-4: #8fcca9;
--color-5: #4a8bba;
} 🌈 Fallen Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b84c4c, #f19f79, #f1d088, #8fcca9, #4a8bba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b84c4c, #f19f79, #f1d088, #8fcca9, #4a8bba);
} 🔗 Explore similar color palettes
Fallen Blue color palette created on .