Shadow Milk Cookie Color Palette

Discover the beautiful Shadow Milk Cookie color palette featuring akaroa (#d7c9b2), malta (#bfaf9b), donkey brown (#a68f7d), stark white (#e6d7c1) and dust storm (#e2d0c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Brown, Beige, Soft, Neutral, Light, Tan, Earthy color palettes and combinations.

💡 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 Shadow Milk Cookie palette

Share this palette to:

💻 Shadow Milk Cookie color palette CSS

/* CSS */
.color-1 {
color: #d7c9b2;
}
.color-2 {
color: #bfaf9b;
}
.color-3 {
color: #a68f7d;
}
.color-4 {
color: #e6d7c1;
}
.color-5 {
color: #e2d0c5;
}

/* CSS Variables */
:root {
--color-1: #d7c9b2;
--color-2: #bfaf9b;
--color-3: #a68f7d;
--color-4: #e6d7c1;
--color-5: #e2d0c5;
}

🌈 Shadow Milk Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9b2, #bfaf9b, #a68f7d, #e6d7c1, #e2d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9b2, #bfaf9b, #a68f7d, #e6d7c1, #e2d0c5);
}

Shadow Milk Cookie color palette created on .