Rusty Cloud Color Palette
Discover the beautiful Rusty Cloud color palette featuring chestnut (#b55c4a), raw sienna (#d57c48), gold sand (#e9b78b), wheat (#f6d2b6) and mountain mist (#a39da4).
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 Rusty Cloud palette
💻 Rusty Cloud color palette CSS
/* CSS */
.color-1 {
color: #b55c4a;
}
.color-2 {
color: #d57c48;
}
.color-3 {
color: #e9b78b;
}
.color-4 {
color: #f6d2b6;
}
.color-5 {
color: #a39da4;
}
/* CSS Variables */
:root {
--color-1: #b55c4a;
--color-2: #d57c48;
--color-3: #e9b78b;
--color-4: #f6d2b6;
--color-5: #a39da4;
} 🌈 Rusty Cloud background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55c4a, #d57c48, #e9b78b, #f6d2b6, #a39da4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55c4a, #d57c48, #e9b78b, #f6d2b6, #a39da4);
} 🔗 Explore similar color palettes
Rusty Cloud color palette created on .