Minkfur Color Palette
Discover the beautiful Minkfur color palette featuring malta (#bcab9a), donkey brown (#a58978), coral reef (#cbbaa9), soft amber (#d6c6b8) and double spanish white (#e9d3c3).
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 Minkfur palette
💻 Minkfur color palette CSS
/* CSS */
.color-1 {
color: #bcab9a;
}
.color-2 {
color: #a58978;
}
.color-3 {
color: #cbbaa9;
}
.color-4 {
color: #d6c6b8;
}
.color-5 {
color: #e9d3c3;
}
/* CSS Variables */
:root {
--color-1: #bcab9a;
--color-2: #a58978;
--color-3: #cbbaa9;
--color-4: #d6c6b8;
--color-5: #e9d3c3;
} 🌈 Minkfur background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcab9a, #a58978, #cbbaa9, #d6c6b8, #e9d3c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcab9a, #a58978, #cbbaa9, #d6c6b8, #e9d3c3);
} 🔗 Explore similar color palettes
Minkfur color palette created on .