Puppy Chow Color Palette
Discover the beautiful Puppy Chow color palette featuring tan (#d1b889), sandal (#a67d6e), spicy mix (#8b5e4b), shingle fawn (#6a4c39) and millbrook (#503c2b).
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 Puppy Chow palette
💻 Puppy Chow color palette CSS
/* CSS */
.color-1 {
color: #d1b889;
}
.color-2 {
color: #a67d6e;
}
.color-3 {
color: #8b5e4b;
}
.color-4 {
color: #6a4c39;
}
.color-5 {
color: #503c2b;
}
/* CSS Variables */
:root {
--color-1: #d1b889;
--color-2: #a67d6e;
--color-3: #8b5e4b;
--color-4: #6a4c39;
--color-5: #503c2b;
} 🌈 Puppy Chow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b889, #a67d6e, #8b5e4b, #6a4c39, #503c2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b889, #a67d6e, #8b5e4b, #6a4c39, #503c2b);
} 🔗 Explore similar color palettes
Puppy Chow color palette created on .