Nefera Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nefera palette
Color Inspiration
Images that showcase this color palette in real designs
Download Nefera Color Palette (PNG)
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);
}
Similar color palettes
Nefera color palette created on .