Caramelized Woods Color Palette

Discover the beautiful Caramelized Woods color palette featuring ronchi (#e8b64a), nugget (#d49a25), brown rust (#a96d3d), tobacco brown (#6c4f3d) and woody brown (#3d292e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Earthy, 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 Caramelized Woods palette

Share this palette to:

๐Ÿ’ป Caramelized Woods color palette CSS

/* CSS */
.color-1 {
color: #e8b64a;
}
.color-2 {
color: #d49a25;
}
.color-3 {
color: #a96d3d;
}
.color-4 {
color: #6c4f3d;
}
.color-5 {
color: #3d292e;
}

/* CSS Variables */
:root {
--color-1: #e8b64a;
--color-2: #d49a25;
--color-3: #a96d3d;
--color-4: #6c4f3d;
--color-5: #3d292e;
}

๐ŸŒˆ Caramelized Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b64a, #d49a25, #a96d3d, #6c4f3d, #3d292e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b64a, #d49a25, #a96d3d, #6c4f3d, #3d292e);
}

Caramelized Woods color palette created on .