Rustic Straws Color Palette

Discover the beautiful Rustic Straws color palette featuring piper (#c84a28), sandy brown (#f0a14c), manhattan (#f7c588), beryl green (#d3e0b8) and highland (#6b8e5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Earthy, Green, Nature, Rusty Orange, Straws, Warm color palettes and combinations.

💡 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 Straws palette

Share this palette to:

💻 Rustic Straws color palette CSS

/* CSS */
.color-1 {
color: #c84a28;
}
.color-2 {
color: #f0a14c;
}
.color-3 {
color: #f7c588;
}
.color-4 {
color: #d3e0b8;
}
.color-5 {
color: #6b8e5d;
}

/* CSS Variables */
:root {
--color-1: #c84a28;
--color-2: #f0a14c;
--color-3: #f7c588;
--color-4: #d3e0b8;
--color-5: #6b8e5d;
}

🌈 Rustic Straws background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84a28, #f0a14c, #f7c588, #d3e0b8, #6b8e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84a28, #f0a14c, #f7c588, #d3e0b8, #6b8e5d);
}

Rustic Straws color palette created on .