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