A Raven's Warmth Color Palette

Discover the beautiful A Raven's Warmth color palette featuring woody brown (#3b2b2e), ferra (#6c4b4b), pharlap (#a77b7b), whiskey (#d6a77a) and sidecar (#f1e4b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Brown, Red, Warm, Earthy, Cream, Soft, Neutral, Wood, Autumn 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 A Raven's Warmth palette

Share this palette to:

💻 A Raven's Warmth color palette CSS

/* CSS */
.color-1 {
color: #3b2b2e;
}
.color-2 {
color: #6c4b4b;
}
.color-3 {
color: #a77b7b;
}
.color-4 {
color: #d6a77a;
}
.color-5 {
color: #f1e4b7;
}

/* CSS Variables */
:root {
--color-1: #3b2b2e;
--color-2: #6c4b4b;
--color-3: #a77b7b;
--color-4: #d6a77a;
--color-5: #f1e4b7;
}

🌈 A Raven's Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b2e, #6c4b4b, #a77b7b, #d6a77a, #f1e4b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b2e, #6c4b4b, #a77b7b, #d6a77a, #f1e4b7);
}

A Raven's Warmth color palette created on .