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