Necro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Necro palette

Share this palette to:

Necro color palette PNG image

Download  necro color palette PNG image (landscape)
Download  necro color palette PNG image (square)

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);
}

Necro color palette created on .