Nefera Color Palette
Discover the beautiful Nefera color palette featuring bossanova (#502d5d), affair (#7a4b8b), trendy pink (#a16da2), lilac (#d1a8ca) and amour (#f3d8eb).
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 Nefera palette
💻 Nefera color palette CSS
/* CSS */
.color-1 {
color: #502d5d;
}
.color-2 {
color: #7a4b8b;
}
.color-3 {
color: #a16da2;
}
.color-4 {
color: #d1a8ca;
}
.color-5 {
color: #f3d8eb;
}
/* CSS Variables */
:root {
--color-1: #502d5d;
--color-2: #7a4b8b;
--color-3: #a16da2;
--color-4: #d1a8ca;
--color-5: #f3d8eb;
}
🌈 Nefera background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502d5d, #7a4b8b, #a16da2, #d1a8ca, #f3d8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502d5d, #7a4b8b, #a16da2, #d1a8ca, #f3d8eb);
}
🔗 Explore similar color palettes
Nefera color palette created on .