Brown Chocolate Color Palette
Discover the beautiful Brown Chocolate color palette featuring ronchi (#f1c84b), anzac (#e2b83c), marigold (#ba7c2c), dallas (#7a4e2a) and mondo (#4c3e2f).
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 Brown Chocolate palette
๐ป Brown Chocolate color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e2b83c;
}
.color-3 {
color: #ba7c2c;
}
.color-4 {
color: #7a4e2a;
}
.color-5 {
color: #4c3e2f;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e2b83c;
--color-3: #ba7c2c;
--color-4: #7a4e2a;
--color-5: #4c3e2f;
} ๐ Brown Chocolate background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e2b83c, #ba7c2c, #7a4e2a, #4c3e2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e2b83c, #ba7c2c, #7a4e2a, #4c3e2f);
} ๐ Explore similar color palettes
Brown Chocolate color palette created on .