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