Midnight Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Dreams palette
Midnight Dreams color palette PNG image
Midnight Dreams color palette CSS
/* CSS */
.color-1 {
color: #3d293d;
}
.color-2 {
color: #5f4c67;
}
.color-3 {
color: #7b809d;
}
.color-4 {
color: #b0c1d9;
}
.color-5 {
color: #d8e4e0;
}
/* CSS Variables */
:root {
--color-1: #3d293d;
--color-2: #5f4c67;
--color-3: #7b809d;
--color-4: #b0c1d9;
--color-5: #d8e4e0;
}
Midnight Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d293d, #5f4c67, #7b809d, #b0c1d9, #d8e4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d293d, #5f4c67, #7b809d, #b0c1d9, #d8e4e0);
}
Similar color palettes
Midnight Dreams color palette created on .