Whimsical Noir Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Noir palette

Share this palette to:

Whimsical Noir color palette PNG image

Download whimsical noir color palette PNG image (landscape)
Download whimsical noir color palette PNG image (square)

Whimsical Noir color palette CSS

/* CSS */
.color-1 {
color: #f1c0d6;
}
.color-2 {
color: #e0a3b5;
}
.color-3 {
color: #d57c97;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f1c0d6;
--color-2: #e0a3b5;
--color-3: #d57c97;
--color-4: #3d3d3d;
--color-5: #000000;
}

Whimsical Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0d6, #e0a3b5, #d57c97, #3d3d3d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0d6, #e0a3b5, #d57c97, #3d3d3d, #000000);
}

Whimsical Noir color palette created on .