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