Rustic Nature Color Palette
Discover the beautiful Rustic Nature color palette featuring paarl (#9f512d), whiskey (#d19b6b), cashmere (#e6cba8), surf (#aed5b4) and como (#4f8c6a).
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 Nature palette
💻 Rustic Nature color palette CSS
/* CSS */
.color-1 {
  color: #9f512d;
 }
.color-2 {
  color: #d19b6b;
 }
.color-3 {
  color: #e6cba8;
 }
.color-4 {
  color: #aed5b4;
 }
.color-5 {
  color: #4f8c6a;
 }
/* CSS Variables */
:root {
  --color-1: #9f512d;
  --color-2: #d19b6b;
  --color-3: #e6cba8;
  --color-4: #aed5b4;
  --color-5: #4f8c6a;
 } 🌈 Rustic Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #9f512d, #d19b6b, #e6cba8, #aed5b4, #4f8c6a);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #9f512d, #d19b6b, #e6cba8, #aed5b4, #4f8c6a);
 } 🔗 Explore similar color palettes
Rustic Nature color palette created on .