Dream Nightmares Color Palette
Discover the beautiful Dream Nightmares color palette featuring rosewood (#620000), maroon (#7d0000), bright red (#a40000), red (#dd0000) and guardsman red (#cf0000).
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 Dream Nightmares palette
💻 Dream Nightmares color palette CSS
/* CSS */
.color-1 {
color: #620000;
}
.color-2 {
color: #7d0000;
}
.color-3 {
color: #a40000;
}
.color-4 {
color: #dd0000;
}
.color-5 {
color: #cf0000;
}
/* CSS Variables */
:root {
--color-1: #620000;
--color-2: #7d0000;
--color-3: #a40000;
--color-4: #dd0000;
--color-5: #cf0000;
} 🌈 Dream Nightmares background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #620000, #7d0000, #a40000, #dd0000, #cf0000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #620000, #7d0000, #a40000, #dd0000, #cf0000);
} 🔗 Explore similar color palettes
Dream Nightmares color palette created on .