Honey Brown Color Palette
Discover the beautiful Honey Brown color palette featuring twine (#c2a05b), brown rust (#a66b3a), nutmeg (#7b3e28), equator (#e3b359) and sandwisp (#f6e7a7).
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 Honey Brown palette
๐ป Honey Brown color palette CSS
/* CSS */
.color-1 {
color: #c2a05b;
}
.color-2 {
color: #a66b3a;
}
.color-3 {
color: #7b3e28;
}
.color-4 {
color: #e3b359;
}
.color-5 {
color: #f6e7a7;
}
/* CSS Variables */
:root {
--color-1: #c2a05b;
--color-2: #a66b3a;
--color-3: #7b3e28;
--color-4: #e3b359;
--color-5: #f6e7a7;
}
๐ Honey Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a05b, #a66b3a, #7b3e28, #e3b359, #f6e7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a05b, #a66b3a, #7b3e28, #e3b359, #f6e7a7);
}
๐ Explore similar color palettes
Honey Brown color palette created on .