Mountain Pink Color Palette
Discover the beautiful Mountain Pink color palette featuring careys pink (#d4a5b7), beauty bush (#f1c6d0), vanilla ice (#f4e1e8), illusion (#f7b6bf) and deep blush (#e37d96).
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 Mountain Pink palette
💻 Mountain Pink color palette CSS
/* CSS */
.color-1 {
color: #d4a5b7;
}
.color-2 {
color: #f1c6d0;
}
.color-3 {
color: #f4e1e8;
}
.color-4 {
color: #f7b6bf;
}
.color-5 {
color: #e37d96;
}
/* CSS Variables */
:root {
--color-1: #d4a5b7;
--color-2: #f1c6d0;
--color-3: #f4e1e8;
--color-4: #f7b6bf;
--color-5: #e37d96;
}
🌈 Mountain Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a5b7, #f1c6d0, #f4e1e8, #f7b6bf, #e37d96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a5b7, #f1c6d0, #f4e1e8, #f7b6bf, #e37d96);
}
🔗 Explore similar color palettes
Mountain Pink color palette created on .