Rustic Charm Color Palette
Discover the beautiful Rustic Charm color palette featuring congo brown (#633b3b), sepia skin (#9f503c), strikemaster (#8c638c), kournikova (#ffdc7a) and puce (#c8798d).
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 Rustic Charm palette
💻 Rustic Charm color palette CSS
/* CSS */
.color-1 {
color: #633b3b;
}
.color-2 {
color: #9f503c;
}
.color-3 {
color: #8c638c;
}
.color-4 {
color: #ffdc7a;
}
.color-5 {
color: #c8798d;
}
/* CSS Variables */
:root {
--color-1: #633b3b;
--color-2: #9f503c;
--color-3: #8c638c;
--color-4: #ffdc7a;
--color-5: #c8798d;
}
🌈 Rustic Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #633b3b, #9f503c, #8c638c, #ffdc7a, #c8798d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #633b3b, #9f503c, #8c638c, #ffdc7a, #c8798d);
}
🔗 Explore similar color palettes
Rustic Charm color palette created on .