Cafe Color Palette
Discover the beautiful Cafe color palette featuring twine (#c69c6c), limed oak (#a27c53), potters clay (#8f5a3d), pickled bean (#6d3c26) and brown derby (#4d2919).
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 Cafe palette
๐ป Cafe color palette CSS
/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #a27c53;
}
.color-3 {
color: #8f5a3d;
}
.color-4 {
color: #6d3c26;
}
.color-5 {
color: #4d2919;
}
/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #a27c53;
--color-3: #8f5a3d;
--color-4: #6d3c26;
--color-5: #4d2919;
} ๐ Cafe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #a27c53, #8f5a3d, #6d3c26, #4d2919);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #a27c53, #8f5a3d, #6d3c26, #4d2919);
} ๐ Explore similar color palettes
Cafe color palette created on .