Purple Night Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Night Sky palette
Purple Night Sky color palette CSS
/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #4c3e70;
}
.color-3 {
color: #8d7b9d;
}
.color-4 {
color: #b2a3c7;
}
.color-5 {
color: #dac5e7;
}
/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #4c3e70;
--color-3: #8d7b9d;
--color-4: #b2a3c7;
--color-5: #dac5e7;
}
Purple Night Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #4c3e70, #8d7b9d, #b2a3c7, #dac5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #4c3e70, #8d7b9d, #b2a3c7, #dac5e7);
}
Similar color palettes
Purple Night Sky color palette created on .