Crestfallen Cowboy Color Palette
Discover the beautiful Crestfallen Cowboy color palette featuring casper (#b6c8d8), rock blue (#9fb1c6), bali hai (#7d9eb5), di serria (#d8a85f) and crail (#b14a3e).
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 Crestfallen Cowboy palette
💻 Crestfallen Cowboy color palette CSS
/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #9fb1c6;
}
.color-3 {
color: #7d9eb5;
}
.color-4 {
color: #d8a85f;
}
.color-5 {
color: #b14a3e;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #9fb1c6;
--color-3: #7d9eb5;
--color-4: #d8a85f;
--color-5: #b14a3e;
} 🌈 Crestfallen Cowboy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #9fb1c6, #7d9eb5, #d8a85f, #b14a3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #9fb1c6, #7d9eb5, #d8a85f, #b14a3e);
} 🔗 Explore similar color palettes
Crestfallen Cowboy color palette created on .