Pink Mold Color Palette
Discover the beautiful Pink Mold color palette featuring fuzzy wuzzy brown (#c34155), charm (#d26a7f), shilo (#e6a2a9), beauty bush (#f0c1c7) and we peep (#f9e7e7).
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 Pink Mold palette
💻 Pink Mold color palette CSS
/* CSS */
.color-1 {
color: #c34155;
}
.color-2 {
color: #d26a7f;
}
.color-3 {
color: #e6a2a9;
}
.color-4 {
color: #f0c1c7;
}
.color-5 {
color: #f9e7e7;
}
/* CSS Variables */
:root {
--color-1: #c34155;
--color-2: #d26a7f;
--color-3: #e6a2a9;
--color-4: #f0c1c7;
--color-5: #f9e7e7;
} 🌈 Pink Mold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34155, #d26a7f, #e6a2a9, #f0c1c7, #f9e7e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34155, #d26a7f, #e6a2a9, #f0c1c7, #f9e7e7);
} 🔗 Explore similar color palettes
Pink Mold color palette created on .