Coffee and Curry Color Palette
Discover the beautiful Coffee and Curry color palette featuring ironstone (#794a39), pancho (#e9caa5), brandy punch (#d8992c), ferra (#6d4e4a) and parchment (#f1e7d5).
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 Coffee and Curry palette
๐ป Coffee and Curry color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d8992c;
}
.color-4 {
color: #6d4e4a;
}
.color-5 {
color: #f1e7d5;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #e9caa5;
--color-3: #d8992c;
--color-4: #6d4e4a;
--color-5: #f1e7d5;
} ๐ Coffee and Curry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #e9caa5, #d8992c, #6d4e4a, #f1e7d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #e9caa5, #d8992c, #6d4e4a, #f1e7d5);
} ๐ Explore similar color palettes
Coffee and Curry color palette created on .