Gothic Whiskers Color Palette

Discover the beautiful Gothic Whiskers color palette featuring anzac (#d9b34a), paarl (#a35f2e), nutmeg (#793e2a), saddle (#4c2e24) and cocoa brown (#2c1b1d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Autumn, Earthy, Amber, Beige 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 Gothic Whiskers palette

Share this palette to:

💻 Gothic Whiskers color palette CSS

/* CSS */
.color-1 {
color: #d9b34a;
}
.color-2 {
color: #a35f2e;
}
.color-3 {
color: #793e2a;
}
.color-4 {
color: #4c2e24;
}
.color-5 {
color: #2c1b1d;
}

/* CSS Variables */
:root {
--color-1: #d9b34a;
--color-2: #a35f2e;
--color-3: #793e2a;
--color-4: #4c2e24;
--color-5: #2c1b1d;
}

🌈 Gothic Whiskers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b34a, #a35f2e, #793e2a, #4c2e24, #2c1b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b34a, #a35f2e, #793e2a, #4c2e24, #2c1b1d);
}

Gothic Whiskers color palette created on .