Nun from Hell Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nun from Hell palette

Share this palette to:

Nun from Hell color palette PNG image

Download nun from hell color palette PNG image (landscape)
Download nun from hell color palette PNG image (square)

Nun from Hell color palette CSS

/* CSS */
.color-1 {
color: #9d2f2f;
}
.color-2 {
color: #d45e5e;
}
.color-3 {
color: #f2a1a1;
}
.color-4 {
color: #f2caca;
}
.color-5 {
color: #f3e2e2;
}

/* CSS Variables */
:root {
--color-1: #9d2f2f;
--color-2: #d45e5e;
--color-3: #f2a1a1;
--color-4: #f2caca;
--color-5: #f3e2e2;
}

Nun from Hell background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2f2f, #d45e5e, #f2a1a1, #f2caca, #f3e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2f2f, #d45e5e, #f2a1a1, #f2caca, #f3e2e2);
}

Nun from Hell color palette created on .