Winter Food Snack Color Palette
Discover the beautiful Winter Food Snack color palette featuring ziggurat (#b2d5e0), pot pourri (#f2e6d9), mandys pink (#f4cbae), di serria (#d89d5a) and paarl (#9e5429).
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 Winter Food Snack palette
💻 Winter Food Snack color palette CSS
/* CSS */
.color-1 {
color: #b2d5e0;
}
.color-2 {
color: #f2e6d9;
}
.color-3 {
color: #f4cbae;
}
.color-4 {
color: #d89d5a;
}
.color-5 {
color: #9e5429;
}
/* CSS Variables */
:root {
--color-1: #b2d5e0;
--color-2: #f2e6d9;
--color-3: #f4cbae;
--color-4: #d89d5a;
--color-5: #9e5429;
} 🌈 Winter Food Snack background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d5e0, #f2e6d9, #f4cbae, #d89d5a, #9e5429);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d5e0, #f2e6d9, #f4cbae, #d89d5a, #9e5429);
} 🔗 Explore similar color palettes
Winter Food Snack color palette created on .