Caramel Brown Color Palette
Discover the beautiful Caramel Brown color palette featuring driftwood (#b8804c), equator (#e1b26b), maize (#f4d69a), ronchi (#f1c84b) and di serria (#d6a35c).
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 Caramel Brown palette
๐ป Caramel Brown color palette CSS
/* CSS */
.color-1 {
color: #b8804c;
}
.color-2 {
color: #e1b26b;
}
.color-3 {
color: #f4d69a;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d6a35c;
}
/* CSS Variables */
:root {
--color-1: #b8804c;
--color-2: #e1b26b;
--color-3: #f4d69a;
--color-4: #f1c84b;
--color-5: #d6a35c;
} ๐ Caramel Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8804c, #e1b26b, #f4d69a, #f1c84b, #d6a35c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8804c, #e1b26b, #f4d69a, #f1c84b, #d6a35c);
} ๐ Explore similar color palettes
Caramel Brown color palette created on .