Necro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Necro palette
Color Inspiration
Images that showcase this color palette in real designs
Download Necro Color Palette (PNG)
Necro color palette CSS
/* CSS */
.color-1 {
color: #4d2d4e;
}
.color-2 {
color: #7a4d69;
}
.color-3 {
color: #b57895;
}
.color-4 {
color: #f1c0c9;
}
.color-5 {
color: #f7d9da;
}
/* CSS Variables */
:root {
--color-1: #4d2d4e;
--color-2: #7a4d69;
--color-3: #b57895;
--color-4: #f1c0c9;
--color-5: #f7d9da;
}
Necro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2d4e, #7a4d69, #b57895, #f1c0c9, #f7d9da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2d4e, #7a4d69, #b57895, #f1c0c9, #f7d9da);
}
Similar color palettes
Scroll down to explore 60 Dark color palettes
Necro color palette created on .