Nun from Hell Color Palette
Discover the beautiful Nun from Hell color palette featuring stiletto (#9d2f2f), chestnut rose (#d45e5e), wewak (#f2a1a1), beauty bush (#f2caca) and dawn pink (#f3e2e2).
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 Nun from Hell palette
💻 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);
}
🔗 Explore similar color palettes
Nun from Hell color palette created on .