Night Light Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Night Light palette
Night Light color palette PNG image
Night Light color palette CSS
/* CSS */
.color-1 {
color: #764d37;
}
.color-2 {
color: #996348;
}
.color-3 {
color: #ba7b5a;
}
.color-4 {
color: #cda089;
}
.color-5 {
color: #ead6cd;
}
/* CSS Variables */
:root {
--color-1: #764d37;
--color-2: #996348;
--color-3: #ba7b5a;
--color-4: #cda089;
--color-5: #ead6cd;
}
Night Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #764d37, #996348, #ba7b5a, #cda089, #ead6cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #764d37, #996348, #ba7b5a, #cda089, #ead6cd);
}
Similar color palettes
Night Light color palette created on .