Marshmallow Chocolate Cookie Color Palette
Discover the beautiful Marshmallow Chocolate Cookie color palette featuring bone (#e6d5c6), bison hide (#c5b5a5), donkey brown (#a48b79), roman coffee (#7d5c4a) and english walnut (#3b2a26).
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 Marshmallow Chocolate Cookie palette
💻 Marshmallow Chocolate Cookie color palette CSS
/* CSS */
.color-1 {
color: #e6d5c6;
}
.color-2 {
color: #c5b5a5;
}
.color-3 {
color: #a48b79;
}
.color-4 {
color: #7d5c4a;
}
.color-5 {
color: #3b2a26;
}
/* CSS Variables */
:root {
--color-1: #e6d5c6;
--color-2: #c5b5a5;
--color-3: #a48b79;
--color-4: #7d5c4a;
--color-5: #3b2a26;
} 🌈 Marshmallow Chocolate Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d5c6, #c5b5a5, #a48b79, #7d5c4a, #3b2a26);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d5c6, #c5b5a5, #a48b79, #7d5c4a, #3b2a26);
} 🔗 Explore similar color palettes
Marshmallow Chocolate Cookie color palette created on .