Shades of Noir Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Noir palette

Share this palette to:

Shades of Noir color palette PNG image

Download shades of noir color palette PNG image (landscape)
Download shades of noir color palette PNG image (square)

Shades of Noir color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1a1a1a;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #4d4d4d;
}
.color-5 {
color: #666666;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1a1a1a;
--color-3: #333333;
--color-4: #4d4d4d;
--color-5: #666666;
}

Shades of Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1a1a1a, #333333, #4d4d4d, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1a1a1a, #333333, #4d4d4d, #666666);
}

Shades of Noir color palette created on .