Chocolate Cookies Color Palette
Discover the beautiful Chocolate Cookies color palette featuring ironstone (#794a39), tan (#c99c7e), akaroa (#d9c9b4), zombie (#e8cca1) and albescent white (#f2e3c5).
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 Chocolate Cookies palette
💻 Chocolate Cookies color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #c99c7e;
}
.color-3 {
color: #d9c9b4;
}
.color-4 {
color: #e8cca1;
}
.color-5 {
color: #f2e3c5;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #c99c7e;
--color-3: #d9c9b4;
--color-4: #e8cca1;
--color-5: #f2e3c5;
}
🌈 Chocolate Cookies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #c99c7e, #d9c9b4, #e8cca1, #f2e3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #c99c7e, #d9c9b4, #e8cca1, #f2e3c5);
}
🔗 Explore similar color palettes
Chocolate Cookies color palette created on .