Dusty Midnight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusty Midnight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dusty Midnight Color Palette (PNG)
Dusty Midnight color palette CSS
/* CSS */
.color-1 {
color: #192a4d;
}
.color-2 {
color: #394e74;
}
.color-3 {
color: #5b749a;
}
.color-4 {
color: #87a3c5;
}
.color-5 {
color: #d4e8f2;
}
/* CSS Variables */
:root {
--color-1: #192a4d;
--color-2: #394e74;
--color-3: #5b749a;
--color-4: #87a3c5;
--color-5: #d4e8f2;
}
Dusty Midnight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192a4d, #394e74, #5b749a, #87a3c5, #d4e8f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192a4d, #394e74, #5b749a, #87a3c5, #d4e8f2);
}
Similar color palettes
Dusty Midnight color palette created on .