Mindfang's Embrace Color Palette
Discover the beautiful Mindfang's Embrace color palette featuring martinique (#412d4e), tapestry (#a65e7c), we peep (#f1c6d8), oasis (#fef2d2) and wewak (#f6a6a2).
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 Mindfang's Embrace palette
💻 Mindfang's Embrace color palette CSS
/* CSS */
.color-1 {
color: #412d4e;
}
.color-2 {
color: #a65e7c;
}
.color-3 {
color: #f1c6d8;
}
.color-4 {
color: #fef2d2;
}
.color-5 {
color: #f6a6a2;
}
/* CSS Variables */
:root {
--color-1: #412d4e;
--color-2: #a65e7c;
--color-3: #f1c6d8;
--color-4: #fef2d2;
--color-5: #f6a6a2;
}
🌈 Mindfang's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #412d4e, #a65e7c, #f1c6d8, #fef2d2, #f6a6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #412d4e, #a65e7c, #f1c6d8, #fef2d2, #f6a6a2);
}
🔗 Explore similar color palettes
Mindfang's Embrace color palette created on .