Blushing Meadows Color Palette
Discover the beautiful Blushing Meadows color palette featuring clam shell (#d5b9b9), tana (#d5d5b9), pancho (#f0d4b7), mandys pink (#f0b7b7) and petite orchid (#dc9898).
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 Blushing Meadows palette
💻 Blushing Meadows color palette CSS
/* CSS */
.color-1 {
color: #d5b9b9;
}
.color-2 {
color: #d5d5b9;
}
.color-3 {
color: #f0d4b7;
}
.color-4 {
color: #f0b7b7;
}
.color-5 {
color: #dc9898;
}
/* CSS Variables */
:root {
--color-1: #d5b9b9;
--color-2: #d5d5b9;
--color-3: #f0d4b7;
--color-4: #f0b7b7;
--color-5: #dc9898;
} 🌈 Blushing Meadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b9b9, #d5d5b9, #f0d4b7, #f0b7b7, #dc9898);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b9b9, #d5d5b9, #f0d4b7, #f0b7b7, #dc9898);
} 🔗 Explore similar color palettes
Blushing Meadows color palette created on .