Whimsical Noir Color Palette
Discover the beautiful Whimsical Noir color palette featuring we peep (#f1c0d6), can can (#e0a3b5), charm (#d57c97), mine shaft (#3d3d3d) and black (#000000).
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 Whimsical Noir palette
💻 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);
}
🔗 Explore similar color palettes
Whimsical Noir color palette created on .