Tattered Sketchbook Color Palette

Discover the beautiful Tattered Sketchbook color palette featuring akaroa (#d8c1b0), toast (#a4695b), sanguine brown (#8c3f3b), buccaneer (#5e2c31) and cocoa brown (#2b1c1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Brown, Earthy, Fall, Muted, Retro, Soft, Tattered, Wood 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 Tattered Sketchbook palette

Share this palette to:

💻 Tattered Sketchbook color palette CSS

/* CSS */
.color-1 {
color: #d8c1b0;
}
.color-2 {
color: #a4695b;
}
.color-3 {
color: #8c3f3b;
}
.color-4 {
color: #5e2c31;
}
.color-5 {
color: #2b1c1e;
}

/* CSS Variables */
:root {
--color-1: #d8c1b0;
--color-2: #a4695b;
--color-3: #8c3f3b;
--color-4: #5e2c31;
--color-5: #2b1c1e;
}

🌈 Tattered Sketchbook background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c1b0, #a4695b, #8c3f3b, #5e2c31, #2b1c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c1b0, #a4695b, #8c3f3b, #5e2c31, #2b1c1e);
}

Tattered Sketchbook color palette created on .