Midnight Rosewood Color Palette
Discover the beautiful Midnight Rosewood color palette featuring bunker (#0f171f), thunder (#3c2a3b), congo brown (#6a3e3e), paarl (#9f512d) and manhattan (#f7c5a1).
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 Midnight Rosewood palette
💻 Midnight Rosewood color palette CSS
/* CSS */
.color-1 {
color: #0f171f;
}
.color-2 {
color: #3c2a3b;
}
.color-3 {
color: #6a3e3e;
}
.color-4 {
color: #9f512d;
}
.color-5 {
color: #f7c5a1;
}
/* CSS Variables */
:root {
--color-1: #0f171f;
--color-2: #3c2a3b;
--color-3: #6a3e3e;
--color-4: #9f512d;
--color-5: #f7c5a1;
}
🌈 Midnight Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f171f, #3c2a3b, #6a3e3e, #9f512d, #f7c5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f171f, #3c2a3b, #6a3e3e, #9f512d, #f7c5a1);
}
🔗 Explore similar color palettes
Midnight Rosewood color palette created on .