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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Caramelized Woods color palette created on .