Strudel Color Palette

Discover the beautiful Strudel color palette featuring cameo (#d9b99b), old rose (#b87d6f), leather (#a66f59), roman coffee (#7e5d4e) and kabul (#5a4b3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Caramel, Cream, Earthy, Neutral, Soft, Tan, 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 Strudel palette

Share this palette to:

💻 Strudel color palette CSS

/* CSS */
.color-1 {
color: #d9b99b;
}
.color-2 {
color: #b87d6f;
}
.color-3 {
color: #a66f59;
}
.color-4 {
color: #7e5d4e;
}
.color-5 {
color: #5a4b3a;
}

/* CSS Variables */
:root {
--color-1: #d9b99b;
--color-2: #b87d6f;
--color-3: #a66f59;
--color-4: #7e5d4e;
--color-5: #5a4b3a;
}

🌈 Strudel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b99b, #b87d6f, #a66f59, #7e5d4e, #5a4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b99b, #b87d6f, #a66f59, #7e5d4e, #5a4b3a);
}

Strudel color palette created on .