Dream Nightmares Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dream Nightmares palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dream Nightmares Color Palette (PNG)
Dream Nightmares color palette CSS
/* CSS */
.color-1 {
color: #610000;
}
.color-2 {
color: #800000;
}
.color-3 {
color: #a30000;
}
.color-4 {
color: #db0000;
}
.color-5 {
color: #d10000;
}
/* CSS Variables */
:root {
--color-1: #610000;
--color-2: #800000;
--color-3: #a30000;
--color-4: #db0000;
--color-5: #d10000;
}
Dream Nightmares background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #610000, #800000, #a30000, #db0000, #d10000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #610000, #800000, #a30000, #db0000, #d10000);
}
Similar color palettes
Dream Nightmares color palette created on .